#0C24FB

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

Shades of Blue #0C24FB

Tints of Blue #0C24FB

Color information

#0C24FB (or 0x0C24FB) is unknown color: approx Blue. HEX triplet: 0C, 24 and FB. RGB value is (12,36,251). Sum of RGB (Red+Green+Blue) = 12+36+251=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C24FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C24FB is #F3DB04. Grayscale: #343434. Windows color (decimal): -15981317 or 16458764. OLE color: 16458764.

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

Color convert

RGB1236251-
CMYK0.950.8600.02
HSL233.97º96.76%51.57%-
HSV(B)233.97º95.22%98.43%-
XYZ18.28.391.91-
YUV53.33239.5598.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 251 (98.44% from 255) = 83.95%
R=4.01%
G=12.04%
B=83.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12362510.950.8600.02233.9796.7651.57
HexC24FB5F5602ea6134
Octal14443731371260235214164
Binary11001001001111101110111111010110010111010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C24FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,36,251); }

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

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

 a { background-color: rgb(12,36,251); }

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

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

 span { border-color: rgb(12,36,251); }

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