#0E24F5

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

Shades of Blue #0E24F5

Tints of Blue #0E24F5

Color information

#0E24F5 (or 0x0E24F5) is unknown color: approx Blue. HEX triplet: 0E, 24 and F5. RGB value is (14,36,245). Sum of RGB (Red+Green+Blue) = 14+36+245=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 245 (96.09% from 255 or 83.05% from 295); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E24F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E24F5 is #F1DB0A. Grayscale: #343434. Windows color (decimal): -15850251 or 16065550. OLE color: 16065550.

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

Color convert

RGB1436245-
CMYK0.940.8500.04
HSL234.29º92.03%50.78%-
HSV(B)234.29º94.29%96.08%-
XYZ17.297.9587.01-
YUV53.25236.21100.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.75%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 245 (96.09% from 255) = 83.05%
R=4.75%
G=12.20%
B=83.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14362450.940.8500.04234.2992.0350.78
HexE24F55E5504ea5c33
Octal16443651361250435213463
Binary111010010011110101101111010101010100111010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E24F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,36,245); }

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

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

 a { background-color: rgb(14,36,245); }

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

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

 span { border-color: rgb(14,36,245); }

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