#0C0EFA

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

Shades of Blue #0C0EFA

Tints of Blue #0C0EFA

Color information

#0C0EFA (or 0x0C0EFA) is unknown color: approx Blue. HEX triplet: 0C, 0E and FA. RGB value is (12,14,250). Sum of RGB (Red+Green+Blue) = 12+14+250=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 250 (98.05% from 255 or 90.58% from 276); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C0EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C0EFA is #F3F105. Grayscale: #272727. Windows color (decimal): -15986950 or 16387596. OLE color: 16387596.

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

Color convert

RGB1214250-
CMYK0.950.9400.02
HSL239.5º95.97%51.37%-
HSV(B)239.5º95.2%98.04%-
XYZ17.567.2990.92-
YUV40.31246.34107.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 250 (98.05% from 255) = 90.58%
R=4.35%
G=5.07%
B=90.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12142500.950.9400.02239.595.9751.37
HexCEFA5F5E02ef6033
Octal14163721371360235714063
Binary110011101111101010111111011110010111011111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,14,250); }

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

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

 a { background-color: rgb(12,14,250); }

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

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

 span { border-color: rgb(12,14,250); }

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