Html Css Color HEX #080CCD Medium Blue

📋 copy color: '#080CCD'

red 8 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #080CCD

Tints of Medium Blue #080CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 91.11%

R = 3.56%
G = 5.33%
B = 91.11%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#080CCD (or 0x080CCD) is known color: Medium Blue. HEX triplet: 08, 0C and CD. RGB value is (8,12,205). Sum of RGB (Red+Green+Blue) = 8+12+205=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 205 (80.47% from 255 or 91.11% from 225); Max value from RGB is 205 - color contains mainly: blue. Hex color #080CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CCD is #F7F332. Grayscale: #202020. Windows color (decimal): -16249651 or 13437960. OLE color: 13437960.

HSL color Cylindrical-coordinate representation of color #080CCD: hue angle of 238.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CCD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 12 205 -
CMYK 0.96 0.94 0 0.20
HSL 238.78º 0.92% 0.42% -
HSV(B) 238.78º 0.96% 0.8% -
XYZ 11.25 4.72 58.08 -
YUV 32.81 225.17 110.31 -
System Red Green Blue C M Y K H S L
Decimal 8 12 205 0.96 0.94 0 0.20 238.78 0.92 0.42
Hex 8 C CD 60 5E 0 14 EF 5C 2A
Octal 10 14 315 140 136 0 24 357 134 52
Binary 1000 1100 11001101 1100000 1011110 0 10100 11101111 1011100 101010

Color Harmonies of #080CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080CCD

Black with #080CCD

Text Example


Text Example

White with #080CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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