Html Css Color HEX #0806D8 Medium Blue

📋 copy color: '#0806D8'

red 8 ◦ green 6 ◦ blue 216

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

Shades of Medium Blue #0806D8

Tints of Medium Blue #0806D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 93.91%

R = 3.48%
G = 2.61%
B = 93.91%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0806D8 (or 0x0806D8) is known color: Medium Blue. HEX triplet: 08, 06 and D8. RGB value is (8,6,216). Sum of RGB (Red+Green+Blue) = 8+6+216=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 216 (84.77% from 255 or 93.91% from 230); Max value from RGB is 216 - color contains mainly: blue. Hex color #0806D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806D8 is #F7F927. Grayscale: #1D1D1D. Windows color (decimal): -16251176 or 14157320. OLE color: 14157320.

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

Color convert

RGB 8 6 216 -
CMYK 0.96 0.97 0 0.15
HSL 240.57º 0.95% 0.44% -
HSV(B) 240.57º 0.97% 0.85% -
XYZ 12.56 5.14 65.3 -
YUV 30.54 232.66 111.92 -
System Red Green Blue C M Y K H S L
Decimal 8 6 216 0.96 0.97 0 0.15 240.57 0.95 0.44
Hex 8 6 D8 60 61 0 F F1 5F 2C
Octal 10 6 330 140 141 0 17 361 137 54
Binary 1000 110 11011000 1100000 1100001 0 1111 11110001 1011111 101100

Color Harmonies of #0806D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0806D8

Black with #0806D8

Text Example


Text Example

White with #0806D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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