Html Css Color HEX #080FE5 Medium Blue

📋 copy color: '#080FE5'

red 8 ◦ green 15 ◦ blue 229

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

Shades of Medium Blue #080FE5

Tints of Medium Blue #080FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.95%

 BLUE value IS 229 (89.84% from 255) = 90.87%

R = 3.17%
G = 5.95%
B = 90.87%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#080FE5 (or 0x080FE5) is known color: Medium Blue. HEX triplet: 08, 0F and E5. RGB value is (8,15,229). Sum of RGB (Red+Green+Blue) = 8+15+229=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 229 (89.84% from 255 or 90.87% from 252); Max value from RGB is 229 - color contains mainly: blue. Hex color #080FE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FE5 is #F7F01A. Grayscale: #242424. Windows color (decimal): -16248859 or 15011592. OLE color: 15011592.

HSL color Cylindrical-coordinate representation of color #080FE5: hue angle of 238.1º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080FE5 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 15 229 -
CMYK 0.97 0.93 0 0.10
HSL 238.1º 0.93% 0.46% -
HSV(B) 238.1º 0.97% 0.9% -
XYZ 14.41 6.05 74.54 -
YUV 37.3 236.18 107.1 -
System Red Green Blue C M Y K H S L
Decimal 8 15 229 0.97 0.93 0 0.10 238.1 0.93 0.46
Hex 8 F E5 61 5D 0 A EE 5D 2E
Octal 10 17 345 141 135 0 12 356 135 56
Binary 1000 1111 11100101 1100001 1011101 0 1010 11101110 1011101 101110

Color Harmonies of #080FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080FE5

Black with #080FE5

Text Example


Text Example

White with #080FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,15,229); }

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

background-color css

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

 a { background-color: rgb(8,15,229); }

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

border-color css

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

 span { border-color: rgb(8,15,229); }

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