Html Css Color HEX #0806DD Medium Blue

📋 copy color: '#0806DD'

red 8 ◦ green 6 ◦ blue 221

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

Shades of Medium Blue #0806DD

Tints of Medium Blue #0806DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 221 (86.72% from 255) = 94.04%

R = 3.4%
G = 2.55%
B = 94.04%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0806DD (or 0x0806DD) is known color: Medium Blue. HEX triplet: 08, 06 and DD. RGB value is (8,6,221). Sum of RGB (Red+Green+Blue) = 8+6+221=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 221 (86.72% from 255 or 94.04% from 235); Max value from RGB is 221 - color contains mainly: blue. Hex color #0806DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806DD is #F7F922. Grayscale: #1E1E1E. Windows color (decimal): -16251171 or 14485000. OLE color: 14485000.

HSL color Cylindrical-coordinate representation of color #0806DD: hue angle of 240.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806DD is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 6 221 -
CMYK 0.96 0.97 0 0.13
HSL 240.56º 0.95% 0.45% -
HSV(B) 240.56º 0.97% 0.87% -
XYZ 13.22 5.4 68.75 -
YUV 31.11 235.16 111.52 -
System Red Green Blue C M Y K H S L
Decimal 8 6 221 0.96 0.97 0 0.13 240.56 0.95 0.45
Hex 8 6 DD 60 61 0 D F1 5F 2D
Octal 10 6 335 140 141 0 15 361 137 55
Binary 1000 110 11011101 1100000 1100001 0 1101 11110001 1011111 101101

Color Harmonies of #0806DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0806DD

Black with #0806DD

Text Example


Text Example

White with #0806DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0806DD; }

 p { color: rgb(8,6,221); }

 H1.HeaderClassName
 {
   color: #0806DD;
 }
 .AnyTagClassName
 {
   color: #0806DD;
 }
</style>

background-color css

<style>
 a { background-color: #0806DD; }

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

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

border-color css

<style>
 span { border-color: #0806DD; }

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

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