#0C2BF5

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

Shades of Blue #0C2BF5

Tints of Blue #0C2BF5

Color information

#0C2BF5 (or 0x0C2BF5) is unknown color: approx Blue. HEX triplet: 0C, 2B and F5. RGB value is (12,43,245). Sum of RGB (Red+Green+Blue) = 12+43+245=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 245 (96.09% from 255 or 81.67% from 300); Max value from RGB is 245 - color contains mainly: blue. Hex color #0C2BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2BF5 is #F3D40A. Grayscale: #373737. Windows color (decimal): -15979531 or 16067340. OLE color: 16067340.

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

Color convert

RGB1243245-
CMYK0.950.8200.04
HSL232.02º92.09%50.39%-
HSV(B)232.02º95.1%96.08%-
XYZ17.58.487.09-
YUV56.76234.2396.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4%
GREEN value IS 43 (17.19% from 255) = 14.33%
BLUE value IS 245 (96.09% from 255) = 81.67%
R=4%
G=14.33%
B=81.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal12432450.950.8200.04232.0292.0950.39
HexC2BF55F5204e85c32
Octal14533651371220435013462
Binary110010101111110101101111110100100100111010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,245); }

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

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

 a { background-color: rgb(12,43,245); }

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

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

 span { border-color: rgb(12,43,245); }

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