#0C2DF0

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

Shades of Blue #0C2DF0

Tints of Blue #0C2DF0

Color information

#0C2DF0 (or 0x0C2DF0) is unknown color: approx Blue. HEX triplet: 0C, 2D and F0. RGB value is (12,45,240). Sum of RGB (Red+Green+Blue) = 12+45+240=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 240 (94.14% from 255 or 80.81% from 297); Max value from RGB is 240 - color contains mainly: blue. Hex color #0C2DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C2DF0 is #F3D20F. Grayscale: #383838. Windows color (decimal): -15979024 or 15740172. OLE color: 15740172.

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

Color convert

RGB1245240-
CMYK0.950.8100.06
HSL231.32º90.48%49.41%-
HSV(B)231.32º95%94.12%-
XYZ16.828.2583.14-
YUV57.36231.0795.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.04%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 240 (94.14% from 255) = 80.81%
R=4.04%
G=15.15%
B=80.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal12452400.950.8100.06231.3290.4849.41
HexC2DF05F5106e75a31
Octal14553601371210634713261
Binary110010110111110000101111110100010110111001111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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