#0212F6

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

Shades of Blue #0212F6

Tints of Blue #0212F6

Color information

#0212F6 (or 0x0212F6) is unknown color: approx Blue. HEX triplet: 02, 12 and F6. RGB value is (2,18,246). Sum of RGB (Red+Green+Blue) = 2+18+246=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 246 (96.48% from 255 or 92.48% from 266); Max value from RGB is 246 - color contains mainly: blue. Hex color #0212F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0212F6 is #FDED09. Grayscale: #262626. Windows color (decimal): -16641290 or 16126466. OLE color: 16126466.

HSL color Cylindrical-coordinate representation of color #0212F6: hue angle of 236.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0212F6 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218246-
CMYK0.990.9300.04
HSL236.07º98.39%48.63%-
HSV(B)236.07º99.19%96.47%-
XYZ16.887.187.67-
YUV39.21244.7101.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 246 (96.48% from 255) = 92.48%
R=0.75%
G=6.77%
B=92.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182460.990.9300.04236.0798.3948.63
Hex212F6635D04ec6231
Octal2223661431350435414261
Binary101001011110110110001110111010100111011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0212F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0212F6; }

 p { color: rgb(2,18,246); }

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

<style>
 a { background-color: #0212F6; }

 a { background-color: rgb(2,18,246); }

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

<style>
 span { border-color: #0212F6; }

 span { border-color: rgb(2,18,246); }

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