Html Css Color HEX #0824D9 Medium Blue

📋 copy color: '#0824D9'

red 8 ◦ green 36 ◦ blue 217

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

Shades of Medium Blue #0824D9

Tints of Medium Blue #0824D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 83.14%

R = 3.07%
G = 13.79%
B = 83.14%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0824D9 (or 0x0824D9) is known color: Medium Blue. HEX triplet: 08, 24 and D9. RGB value is (8,36,217). Sum of RGB (Red+Green+Blue) = 8+36+217=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 217 (85.16% from 255 or 83.14% from 261); Max value from RGB is 217 - color contains mainly: blue. Hex color #0824D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824D9 is #F7DB26. Grayscale: #2F2F2F. Windows color (decimal): -16243495 or 14230536. OLE color: 14230536.

HSL color Cylindrical-coordinate representation of color #0824D9: hue angle of 231.96º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0824D9 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 36 217 -
CMYK 0.96 0.83 0 0.15
HSL 231.96º 0.93% 0.44% -
HSV(B) 231.96º 0.96% 0.85% -
XYZ 13.26 6.32 66.17 -
YUV 48.26 223.22 99.28 -
System Red Green Blue C M Y K H S L
Decimal 8 36 217 0.96 0.83 0 0.15 231.96 0.93 0.44
Hex 8 24 D9 60 53 0 F E8 5D 2C
Octal 10 44 331 140 123 0 17 350 135 54
Binary 1000 100100 11011001 1100000 1010011 0 1111 11101000 1011101 101100

Color Harmonies of #0824D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0824D9

Black with #0824D9

Text Example


Text Example

White with #0824D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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