Html Css Color HEX #080DE1 Medium Blue

📋 copy color: '#080DE1'

red 8 ◦ green 13 ◦ blue 225

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

Shades of Medium Blue #080DE1

Tints of Medium Blue #080DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 91.46%

R = 3.25%
G = 5.28%
B = 91.46%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#080DE1 (or 0x080DE1) is known color: Medium Blue. HEX triplet: 08, 0D and E1. RGB value is (8,13,225). Sum of RGB (Red+Green+Blue) = 8+13+225=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 225 (88.28% from 255 or 91.46% from 246); Max value from RGB is 225 - color contains mainly: blue. Hex color #080DE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DE1 is #F7F21E. Grayscale: #222222. Windows color (decimal): -16249375 or 14748936. OLE color: 14748936.

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

Color convert

RGB 8 13 225 -
CMYK 0.96 0.94 0 0.12
HSL 238.62º 0.93% 0.46% -
HSV(B) 238.62º 0.96% 0.88% -
XYZ 13.83 5.78 71.62 -
YUV 35.67 234.84 108.26 -
System Red Green Blue C M Y K H S L
Decimal 8 13 225 0.96 0.94 0 0.12 238.62 0.93 0.46
Hex 8 D E1 60 5E 0 C EF 5D 2E
Octal 10 15 341 140 136 0 14 357 135 56
Binary 1000 1101 11100001 1100000 1011110 0 1100 11101111 1011101 101110

Color Harmonies of #080DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DE1

Black with #080DE1

Text Example


Text Example

White with #080DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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