Html Css Color HEX #080DCD Medium Blue

📋 copy color: '#080DCD'

red 8 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #080DCD

Tints of Medium Blue #080DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.75%

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

R = 3.54%
G = 5.75%
B = 90.71%

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

#080DCD (or 0x080DCD) is known color: Medium Blue. HEX triplet: 08, 0D and CD. RGB value is (8,13,205). Sum of RGB (Red+Green+Blue) = 8+13+205=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 205 (80.47% from 255 or 90.71% from 226); Max value from RGB is 205 - color contains mainly: blue. Hex color #080DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DCD is #F7F232. Grayscale: #202020. Windows color (decimal): -16249395 or 13438216. OLE color: 13438216.

HSL color Cylindrical-coordinate representation of color #080DCD: hue angle of 238.48º 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 #080DCD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 13 205 -
CMYK 0.96 0.94 0 0.20
HSL 238.48º 0.92% 0.42% -
HSV(B) 238.48º 0.96% 0.8% -
XYZ 11.26 4.75 58.08 -
YUV 33.39 224.84 109.89 -
System Red Green Blue C M Y K H S L
Decimal 8 13 205 0.96 0.94 0 0.20 238.48 0.92 0.42
Hex 8 D CD 60 5E 0 14 EE 5C 2A
Octal 10 15 315 140 136 0 24 356 134 52
Binary 1000 1101 11001101 1100000 1011110 0 10100 11101110 1011100 101010

Color Harmonies of #080DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DCD

Black with #080DCD

Text Example


Text Example

White with #080DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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