Html Css Color HEX #0924ED Blue

📋 copy color: '#0924ED'

red 9 ◦ green 36 ◦ blue 237

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

Shades of Blue #0924ED

Tints of Blue #0924ED

RGB

 RED value IS 9 (3.91% from 255) = 3.19%

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 237 (92.97% from 255) = 84.04%

R = 3.19%
G = 12.77%
B = 84.04%

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

#0924ED (or 0x0924ED) is known color: Blue. HEX triplet: 09, 24 and ED. RGB value is (9,36,237). Sum of RGB (Red+Green+Blue) = 9+36+237=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #0924ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0924ED is #F6DB12. Grayscale: #323232. Windows color (decimal): -16177939 or 15541257. OLE color: 15541257.

HSL color Cylindrical-coordinate representation of color #0924ED: hue angle of 232.89º 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 #0924ED is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 36 237 -
CMYK 0.96 0.85 0 0.07
HSL 232.89º 0.93% 0.48% -
HSV(B) 232.89º 0.96% 0.93% -
XYZ 16.03 7.43 80.71 -
YUV 50.84 233.05 98.16 -
System Red Green Blue C M Y K H S L
Decimal 9 36 237 0.96 0.85 0 0.07 232.89 0.93 0.48
Hex 9 24 ED 60 55 0 7 E9 5D 30
Octal 11 44 355 140 125 0 7 351 135 60
Binary 1001 100100 11101101 1100000 1010101 0 111 11101001 1011101 110000

Color Harmonies of #0924ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924ED

Black with #0924ED

Text Example


Text Example

White with #0924ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0924ED;
 }
 .AnyTagClassName
 {
   color: #0924ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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