#0F24EF

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

Shades of Blue #0F24EF

Tints of Blue #0F24EF

Color information

#0F24EF (or 0x0F24EF) is unknown color: approx Blue. HEX triplet: 0F, 24 and EF. RGB value is (15,36,239). Sum of RGB (Red+Green+Blue) = 15+36+239=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F24EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F24EF is #F0DB10. Grayscale: #343434. Windows color (decimal): -15784721 or 15672335. OLE color: 15672335.

HSL color Cylindrical-coordinate representation of color #0F24EF: hue angle of 234.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F24EF is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1536239-
CMYK0.940.8500.06
HSL234.38º88.19%49.8%-
HSV(B)234.38º93.72%93.73%-
XYZ16.417.682.26-
YUV52.86233.04100.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 36 (14.45% from 255) = 12.41%
BLUE value IS 239 (93.75% from 255) = 82.41%
R=5.17%
G=12.41%
B=82.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15362390.940.8500.06234.3888.1949.8
HexF24EF5E5506ea5832
Octal17443571361250635213062
Binary111110010011101111101111010101010110111010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F24EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,239); }

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

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

 a { background-color: rgb(15,36,239); }

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

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

 span { border-color: rgb(15,36,239); }

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