Html Css Color HEX #0924EC Blue

📋 copy color: '#0924EC'

red 9 ◦ green 36 ◦ blue 236

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

Shades of Blue #0924EC

Tints of Blue #0924EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 83.99%

R = 3.2%
G = 12.81%
B = 83.99%

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

#0924EC (or 0x0924EC) is known color: Blue. HEX triplet: 09, 24 and EC. RGB value is (9,36,236). Sum of RGB (Red+Green+Blue) = 9+36+236=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #0924EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0924EC is #F6DB13. Grayscale: #313131. Windows color (decimal): -16177940 or 15475721. OLE color: 15475721.

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

Color convert

RGB 9 36 236 -
CMYK 0.96 0.85 0 0.07
HSL 232.86º 0.93% 0.48% -
HSV(B) 232.86º 0.96% 0.93% -
XYZ 15.88 7.38 79.94 -
YUV 50.73 232.55 98.24 -
System Red Green Blue C M Y K H S L
Decimal 9 36 236 0.96 0.85 0 0.07 232.86 0.93 0.48
Hex 9 24 EC 60 55 0 7 E9 5D 30
Octal 11 44 354 140 125 0 7 351 135 60
Binary 1001 100100 11101100 1100000 1010101 0 111 11101001 1011101 110000

Color Harmonies of #0924EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0924EC

Black with #0924EC

Text Example


Text Example

White with #0924EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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