Html Css Color HEX #080CD8 Medium Blue

📋 copy color: '#080CD8'

red 8 ◦ green 12 ◦ blue 216

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

Shades of Medium Blue #080CD8

Tints of Medium Blue #080CD8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

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

R = 3.39%
G = 5.08%
B = 91.53%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#080CD8 (or 0x080CD8) is known color: Medium Blue. HEX triplet: 08, 0C and D8. RGB value is (8,12,216). Sum of RGB (Red+Green+Blue) = 8+12+216=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 216 (84.77% from 255 or 91.53% from 236); Max value from RGB is 216 - color contains mainly: blue. Hex color #080CD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CD8 is #F7F327. Grayscale: #212121. Windows color (decimal): -16249640 or 14158856. OLE color: 14158856.

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

Color convert

RGB 8 12 216 -
CMYK 0.96 0.94 0 0.15
HSL 238.85º 0.93% 0.44% -
HSV(B) 238.85º 0.96% 0.85% -
XYZ 12.63 5.27 65.32 -
YUV 34.06 230.67 109.41 -
System Red Green Blue C M Y K H S L
Decimal 8 12 216 0.96 0.94 0 0.15 238.85 0.93 0.44
Hex 8 C D8 60 5E 0 F EF 5D 2C
Octal 10 14 330 140 136 0 17 357 135 54
Binary 1000 1100 11011000 1100000 1011110 0 1111 11101111 1011101 101100

Color Harmonies of #080CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CD8

Black with #080CD8

Text Example


Text Example

White with #080CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080CD8; }

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

 H1.HeaderClassName
 {
   color: #080CD8;
 }
 .AnyTagClassName
 {
   color: #080CD8;
 }
</style>

background-color css

<style>
 a { background-color: #080CD8; }

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

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

border-color css

<style>
 span { border-color: #080CD8; }

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

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