#0024FF

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

Shades of Blue #0024FF

Tints of Blue #0024FF

Color information

#0024FF (or 0x0024FF) is unknown color: approx Blue. HEX triplet: 00, 24 and FF. RGB value is (0,36,255). Sum of RGB (Red+Green+Blue) = 0+36+255=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #0024FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0024FF is #FFDB00. Grayscale: #313131. Windows color (decimal): -16767745 or 16720896. OLE color: 16720896.

HSL color Cylindrical-coordinate representation of color #0024FF: hue angle of 231.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0024FF is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB036255-
CMYK10.8600
HSL231.53º100%50%-
HSV(B)231.53º100%100%-
XYZ18.688.4895.26-
YUV50.2243.5792.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 255 (100% from 255) = 87.63%
R=0%
G=12.37%
B=87.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal03625510.8600231.5310050
Hex024FF645600e86432
Octal0443771441260035014462
Binary0100100111111111100100101011000111010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0024FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0024FF; }

 p { color: rgb(0,36,255); }

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

<style>
 a { background-color: #0024FF; }

 a { background-color: rgb(0,36,255); }

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

<style>
 span { border-color: #0024FF; }

 span { border-color: rgb(0,36,255); }

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