Html Css Color HEX #0820DB Medium Blue

📋 copy color: '#0820DB'

red 8 ◦ green 32 ◦ blue 219

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

Shades of Medium Blue #0820DB

Tints of Medium Blue #0820DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.36%

 BLUE value IS 219 (85.94% from 255) = 84.56%

R = 3.09%
G = 12.36%
B = 84.56%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0820DB (or 0x0820DB) is known color: Medium Blue. HEX triplet: 08, 20 and DB. RGB value is (8,32,219). Sum of RGB (Red+Green+Blue) = 8+32+219=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #0820DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0820DB is #F7DF24. Grayscale: #2D2D2D. Windows color (decimal): -16244517 or 14360584. OLE color: 14360584.

HSL color Cylindrical-coordinate representation of color #0820DB: hue angle of 233.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0820DB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 32 219 -
CMYK 0.96 0.85 0 0.14
HSL 233.18º 0.93% 0.45% -
HSV(B) 233.18º 0.96% 0.86% -
XYZ 13.4 6.2 67.51 -
YUV 46.14 225.55 100.79 -
System Red Green Blue C M Y K H S L
Decimal 8 32 219 0.96 0.85 0 0.14 233.18 0.93 0.45
Hex 8 20 DB 60 55 0 E E9 5D 2D
Octal 10 40 333 140 125 0 16 351 135 55
Binary 1000 100000 11011011 1100000 1010101 0 1110 11101001 1011101 101101

Color Harmonies of #0820DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0820DB

Black with #0820DB

Text Example


Text Example

White with #0820DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0820DB; }

 p { color: rgb(8,32,219); }

 H1.HeaderClassName
 {
   color: #0820DB;
 }
 .AnyTagClassName
 {
   color: #0820DB;
 }
</style>

background-color css

<style>
 a { background-color: #0820DB; }

 a { background-color: rgb(8,32,219); }

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

border-color css

<style>
 span { border-color: #0820DB; }

 span { border-color: rgb(8,32,219); }

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