#0C14F3

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

Shades of Blue #0C14F3

Tints of Blue #0C14F3

Color information

#0C14F3 (or 0x0C14F3) is unknown color: approx Blue. HEX triplet: 0C, 14 and F3. RGB value is (12,20,243). Sum of RGB (Red+Green+Blue) = 12+20+243=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 243 (95.31% from 255 or 88.36% from 275); Max value from RGB is 243 - color contains mainly: blue. Hex color #0C14F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C14F3 is #F3EB0C. Grayscale: #2A2A2A. Windows color (decimal): -15985421 or 15930380. OLE color: 15930380.

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

Color convert

RGB1220243-
CMYK0.950.9200.05
HSL237.92º90.59%50%-
HSV(B)237.92º95.06%95.29%-
XYZ16.587.0585.28-
YUV43.03240.85105.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.36%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 243 (95.31% from 255) = 88.36%
R=4.36%
G=7.27%
B=88.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12202430.950.9200.05237.9290.5950
HexC14F35F5C05ee5b32
Octal14243631371340535613362
Binary11001010011110011101111110111000101111011101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C14F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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