Html Css Color HEX #0924EE Blue

📋 copy color: '#0924EE'

red 9 ◦ green 36 ◦ blue 238

#0924EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0924EE

Tints of Blue #0924EE

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.1%

R = 3.18%
G = 12.72%
B = 84.1%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0924EE (or 0x0924EE) is known color: 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

RGB 9 36 238 -
CMYK 0.96 0.85 0 0.07
HSL 232.93º 0.93% 0.48% -
HSV(B) 232.93º 0.96% 0.93% -
XYZ 16.18 7.49 81.48 -
YUV 50.96 233.55 98.07 -
System Red Green Blue C M Y K H S L
Decimal 9 36 238 0.96 0.85 0 0.07 232.93 0.93 0.48
Hex 9 24 EE 60 55 0 7 E9 5D 30
Octal 11 44 356 140 125 0 7 351 135 60
Binary 1001 100100 11101110 1100000 1010101 0 111 11101001 1011101 110000

Color Harmonies of #0924EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924EE

Black with #0924EE

Text Example


Text Example

White with #0924EE

Text Example


Text Example

HTML Codes & Css Web 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>