#1202F6

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

Shades of Blue #1202F6

Tints of Blue #1202F6

Color information

#1202F6 (or 0x1202F6) is unknown color: approx Blue. HEX triplet: 12, 02 and F6. RGB value is (18,2,246). Sum of RGB (Red+Green+Blue) = 18+2+246=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 2 (1.17% from 255 or 0.75% 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 #1202F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1202F6 is #EDFD09. Grayscale: #212121. Windows color (decimal): -15596810 or 16122386. OLE color: 16122386.

HSL color Cylindrical-coordinate representation of color #1202F6: hue angle of 243.93º 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 #1202F6 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182246-
CMYK0.930.9900.04
HSL243.93º98.39%48.63%-
HSV(B)243.93º99.19%96.47%-
XYZ16.916.8387.62-
YUV34.6247.3116.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822460.930.9900.04243.9398.3948.63
Hex122F65D6304f46231
Octal2223661351430436414261
Binary100101011110110101110111000110100111101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1202F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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