#0924EE

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

Shades of Blue #0924EE

Tints of Blue #0924EE

Color information

#0924EE (or 0x0924EE) is unknown color: approx Blue. HEX triplet: 09, 24 and EE. RGB value is (9,36,238). Sum of RGB (Red+Green+Blue) = 9+36+238=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #0924EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0924EE is #F6DB11. Grayscale: #323232. Windows color (decimal): -16177938 or 15606793. OLE color: 15606793.

HSL color Cylindrical-coordinate representation of color #0924EE: hue angle of 232.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0924EE is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB936238-
CMYK0.960.8500.07
HSL232.93º92.71%48.43%-
HSV(B)232.93º96.22%93.33%-
XYZ16.187.4981.48-
YUV50.96233.5598.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 36 (14.45% from 255) = 12.72%
BLUE value IS 238 (93.36% from 255) = 84.10%
R=3.18%
G=12.72%
B=84.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9362380.960.8500.07232.9392.7148.43
Hex924EE605507e95d30
Octal11443561401250735113560
Binary100110010011101110110000010101010111111010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0924EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0924EE; }

 p { color: rgb(9,36,238); }

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

<style>
 a { background-color: #0924EE; }

 a { background-color: rgb(9,36,238); }

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

<style>
 span { border-color: #0924EE; }

 span { border-color: rgb(9,36,238); }

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