#0c14f0

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

Shades of Blue #0C14F0

Tints of Blue #0C14F0

Color information

#0C14F0 (or 0x0C14F0) is unknown color: approx Blue. HEX triplet: 0C, 14 and F0. RGB value is (12,20,240). Sum of RGB (Red+Green+Blue) = 12+20+240=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 240 (94.14% from 255 or 88.24% from 272); Max value from RGB is 240 - color contains mainly: blue. Hex color #0C14F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C14F0 is #F3EB0F. Grayscale: #292929. Windows color (decimal): -15985424 or 15733772. OLE color: 15733772.

HSL color Cylindrical-coordinate representation of color #0C14F0: hue angle of 237.89º 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 #0C14F0 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1220240-
CMYK0.950.9200.06
HSL237.89º90.48%49.41%-
HSV(B)237.89º95%94.12%-
XYZ16.136.8782.91-
YUV42.69239.35106.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 240 (94.14% from 255) = 88.24%
R=4.41%
G=7.35%
B=88.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal12202400.950.9200.06237.8990.4849.41
HexC14F05F5C06ee5a31
Octal14243601371340635613261
Binary11001010011110000101111110111000110111011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c14f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,240); }

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

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

 a { background-color: rgb(12,20,240); }

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

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

 span { border-color: rgb(12,20,240); }

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