Html Css Color HEX #0808DC Medium Blue

📋 copy color: '#0808DC'

red 8 ◦ green 8 ◦ blue 220

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

Shades of Medium Blue #0808DC

Tints of Medium Blue #0808DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 220 (86.33% from 255) = 93.22%

R = 3.39%
G = 3.39%
B = 93.22%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0808DC (or 0x0808DC) is known color: Medium Blue. HEX triplet: 08, 08 and DC. RGB value is (8,8,220). Sum of RGB (Red+Green+Blue) = 8+8+220=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 220 (86.33% from 255 or 93.22% from 236); Max value from RGB is 220 - color contains mainly: blue. Hex color #0808DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0808DC is #F7F723. Grayscale: #1F1F1F. Windows color (decimal): -16250660 or 14419976. OLE color: 14419976.

HSL color Cylindrical-coordinate representation of color #0808DC: hue angle of 240º 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 #0808DC is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 8 220 -
CMYK 0.96 0.96 0 0.14
HSL 240º 0.93% 0.45% -
HSV(B) 240º 0.96% 0.86% -
XYZ 13.11 5.39 68.06 -
YUV 32.17 234 110.76 -
System Red Green Blue C M Y K H S L
Decimal 8 8 220 0.96 0.96 0 0.14 240 0.93 0.45
Hex 8 8 DC 60 60 0 E F0 5D 2D
Octal 10 10 334 140 140 0 16 360 135 55
Binary 1000 1000 11011100 1100000 1100000 0 1110 11110000 1011101 101101

Color Harmonies of #0808DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0808DC

Black with #0808DC

Text Example


Text Example

White with #0808DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0808DC; }

 p { color: rgb(8,8,220); }

 H1.HeaderClassName
 {
   color: #0808DC;
 }
 .AnyTagClassName
 {
   color: #0808DC;
 }
</style>

background-color css

<style>
 a { background-color: #0808DC; }

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

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

border-color css

<style>
 span { border-color: #0808DC; }

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

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