Html Css Color HEX #0824ED Blue

📋 copy color: '#0824ED'

red 8 ◦ green 36 ◦ blue 237

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

Shades of Blue #0824ED

Tints of Blue #0824ED

RGB

 RED value IS 8 (3.52% from 255) = 2.85%

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

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

R = 2.85%
G = 12.81%
B = 84.34%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0824ED (or 0x0824ED) is known color: Blue. HEX triplet: 08, 24 and ED. RGB value is (8,36,237). Sum of RGB (Red+Green+Blue) = 8+36+237=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #0824ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0824ED is #F7DB12. Grayscale: #313131. Windows color (decimal): -16243475 or 15541256. OLE color: 15541256.

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

Color convert

RGB 8 36 237 -
CMYK 0.97 0.85 0 0.07
HSL 232.66º 0.93% 0.48% -
HSV(B) 232.66º 0.97% 0.93% -
XYZ 16.02 7.43 80.71 -
YUV 50.54 233.22 97.66 -
System Red Green Blue C M Y K H S L
Decimal 8 36 237 0.97 0.85 0 0.07 232.66 0.93 0.48
Hex 8 24 ED 61 55 0 7 E9 5D 30
Octal 10 44 355 141 125 0 7 351 135 60
Binary 1000 100100 11101101 1100001 1010101 0 111 11101001 1011101 110000

Color Harmonies of #0824ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0824ED

Black with #0824ED

Text Example


Text Example

White with #0824ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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