#0C00F2

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

Shades of Blue #0C00F2

Tints of Blue #0C00F2

Color information

#0C00F2 (or 0x0C00F2) is unknown color: approx Blue. HEX triplet: 0C, 00 and F2. RGB value is (12,0,242). Sum of RGB (Red+Green+Blue) = 12+0+242=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 242 (94.92% from 255 or 95.28% from 254); Max value from RGB is 242 - color contains mainly: blue. Hex color #0C00F2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C00F2 is #F3FF0D. Grayscale: #1E1E1E. Windows color (decimal): -15990542 or 15859724. OLE color: 15859724.

HSL color Cylindrical-coordinate representation of color #0C00F2: hue angle of 242.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C00F2 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120242-
CMYK0.95100.05
HSL242.98º100%47.45%-
HSV(B)242.98º100%94.9%-
XYZ16.186.4984.4-
YUV31.18246.98114.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 242 (94.92% from 255) = 95.28%
R=4.72%
G=0%
B=95.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202420.95100.05242.9810047.45
HexC0F25F6405f3642f
Octal1403621371440536314457
Binary1100011110010101111111001000101111100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C00F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C00F2; }

 p { color: rgb(12,0,242); }

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

<style>
 a { background-color: #0C00F2; }

 a { background-color: rgb(12,0,242); }

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

<style>
 span { border-color: #0C00F2; }

 span { border-color: rgb(12,0,242); }

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