Html Css Color HEX #080DC8 Medium Blue

📋 copy color: '#080DC8'

red 8 ◦ green 13 ◦ blue 200

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

Shades of Medium Blue #080DC8

Tints of Medium Blue #080DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 90.5%

R = 3.62%
G = 5.88%
B = 90.5%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#080DC8 (or 0x080DC8) is known color: Medium Blue. HEX triplet: 08, 0D and C8. RGB value is (8,13,200). Sum of RGB (Red+Green+Blue) = 8+13+200=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 200 (78.52% from 255 or 90.50% from 221); Max value from RGB is 200 - color contains mainly: blue. Hex color #080DC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DC8 is #F7F237. Grayscale: #202020. Windows color (decimal): -16249400 or 13110536. OLE color: 13110536.

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

Color convert

RGB 8 13 200 -
CMYK 0.96 0.94 0 0.22
HSL 238.44º 0.92% 0.41% -
HSV(B) 238.44º 0.96% 0.78% -
XYZ 10.67 4.51 54.95 -
YUV 32.82 222.34 110.29 -
System Red Green Blue C M Y K H S L
Decimal 8 13 200 0.96 0.94 0 0.22 238.44 0.92 0.41
Hex 8 D C8 60 5E 0 16 EE 5C 29
Octal 10 15 310 140 136 0 26 356 134 51
Binary 1000 1101 11001000 1100000 1011110 0 10110 11101110 1011100 101001

Color Harmonies of #080DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DC8

Black with #080DC8

Text Example


Text Example

White with #080DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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