#0C1CF7

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

Shades of Blue #0C1CF7

Tints of Blue #0C1CF7

Color information

#0C1CF7 (or 0x0C1CF7) is unknown color: approx Blue. HEX triplet: 0C, 1C and F7. RGB value is (12,28,247). Sum of RGB (Red+Green+Blue) = 12+28+247=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 247 (96.88% from 255 or 86.06% from 287); Max value from RGB is 247 - color contains mainly: blue. Hex color #0C1CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C1CF7 is #F3E308. Grayscale: #2F2F2F. Windows color (decimal): -15983369 or 16194572. OLE color: 16194572.

HSL color Cylindrical-coordinate representation of color #0C1CF7: hue angle of 235.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1CF7 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1228247-
CMYK0.950.8900.03
HSL235.91º93.63%50.78%-
HSV(B)235.91º95.14%96.86%-
XYZ17.367.6288.55-
YUV48.18240.2102.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.18%
GREEN value IS 28 (11.33% from 255) = 9.76%
BLUE value IS 247 (96.88% from 255) = 86.06%
R=4.18%
G=9.76%
B=86.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal12282470.950.8900.03235.9193.6350.78
HexC1CF75F5903ec5e33
Octal14343671371310335413663
Binary1100111001111011110111111011001011111011001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,28,247); }

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

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

 a { background-color: rgb(12,28,247); }

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

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

 span { border-color: rgb(12,28,247); }

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