Html Css Color HEX #0806CC Medium Blue

📋 copy color: '#0806CC'

red 8 ◦ green 6 ◦ blue 204

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

Shades of Medium Blue #0806CC

Tints of Medium Blue #0806CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 93.58%

R = 3.67%
G = 2.75%
B = 93.58%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0806CC (or 0x0806CC) is known color: Medium Blue. HEX triplet: 08, 06 and CC. RGB value is (8,6,204). Sum of RGB (Red+Green+Blue) = 8+6+204=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 204 (80.08% from 255 or 93.58% from 218); Max value from RGB is 204 - color contains mainly: blue. Hex color #0806CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0806CC is #F7F933. Grayscale: #1C1C1C. Windows color (decimal): -16251188 or 13370888. OLE color: 13370888.

HSL color Cylindrical-coordinate representation of color #0806CC: hue angle of 240.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0806CC is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 6 204 -
CMYK 0.96 0.97 0 0.2
HSL 240.61º 0.94% 0.41% -
HSV(B) 240.61º 0.97% 0.8% -
XYZ 11.06 4.54 57.42 -
YUV 29.17 226.66 112.9 -
System Red Green Blue C M Y K H S L
Decimal 8 6 204 0.96 0.97 0 0.2 240.61 0.94 0.41
Hex 8 6 CC 60 61 0 14 F1 5E 29
Octal 10 6 314 140 141 0 24 361 136 51
Binary 1000 110 11001100 1100000 1100001 0 10100 11110001 1011110 101001

Color Harmonies of #0806CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0806CC

Black with #0806CC

Text Example


Text Example

White with #0806CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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