#210def

Color #210DEF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #210DEF

Tints of Blue #210DEF

Color information

#210DEF (or 0x210DEF) is unknown color: approx Blue. HEX triplet: 21, 0D and EF. RGB value is (33,13,239). Sum of RGB (Red+Green+Blue) = 33+13+239=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #210DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #210DEF is #DEF210. Grayscale: #2B2B2B. Windows color (decimal): -14610961 or 15666465. OLE color: 15666465.

HSL color Cylindrical-coordinate representation of color #210DEF: hue angle of 245.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210DEF is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3313239-
CMYK0.860.9500.06
HSL245.31º89.68%49.41%-
HSV(B)245.31º94.56%93.73%-
XYZ16.356.8482.12-
YUV44.74237.63119.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 13 (5.47% from 255) = 4.56%
BLUE value IS 239 (93.75% from 255) = 83.86%
R=11.58%
G=4.56%
B=83.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33132390.860.9500.06245.3189.6849.41
Hex21DEF565F06f55a31
Octal41153571261370636513261
Binary100001110111101111101011010111110110111101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210def; }

 p { color: rgb(33,13,239); }

 H1.HeaderClassName
 {
   color: #210def;
 }
 .AnyTagClassName
 {
   color: #210def;
 }
</style>
background-color css

<style>
 a { background-color: #210def; }

 a { background-color: rgb(33,13,239); }

 div.DivClassName
 {
   background-color: #210def;
 }
 .BgClassName
 {
   background-color: #210def;
 }
</style>
border-color css

<style>
 span { border-color: #210def; }

 span { border-color: rgb(33,13,239); }

 td.TdClassName
 {
   border-color: #210def;
 }
 .TagClassName
 {
   border-color: #210def;
 }
</style>