Html Css Color HEX #081EE0 Medium Blue

📋 copy color: '#081EE0'

red 8 ◦ green 30 ◦ blue 224

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

Shades of Medium Blue #081EE0

Tints of Medium Blue #081EE0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 224 (87.89% from 255) = 85.5%

R = 3.05%
G = 11.45%
B = 85.5%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#081EE0 (or 0x081EE0) is known color: Medium Blue. HEX triplet: 08, 1E and E0. RGB value is (8,30,224). Sum of RGB (Red+Green+Blue) = 8+30+224=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 224 (87.89% from 255 or 85.50% from 262); Max value from RGB is 224 - color contains mainly: blue. Hex color #081EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EE0 is #F7E11F. Grayscale: #2C2C2C. Windows color (decimal): -16245024 or 14687752. OLE color: 14687752.

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

Color convert

RGB 8 30 224 -
CMYK 0.96 0.87 0 0.12
HSL 233.89º 0.93% 0.45% -
HSV(B) 233.89º 0.96% 0.88% -
XYZ 14.02 6.36 71.01 -
YUV 45.54 228.71 101.23 -
System Red Green Blue C M Y K H S L
Decimal 8 30 224 0.96 0.87 0 0.12 233.89 0.93 0.45
Hex 8 1E E0 60 57 0 C EA 5D 2D
Octal 10 36 340 140 127 0 14 352 135 55
Binary 1000 11110 11100000 1100000 1010111 0 1100 11101010 1011101 101101

Color Harmonies of #081EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081EE0

Black with #081EE0

Text Example


Text Example

White with #081EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081EE0; }

 p { color: rgb(8,30,224); }

 H1.HeaderClassName
 {
   color: #081EE0;
 }
 .AnyTagClassName
 {
   color: #081EE0;
 }
</style>

background-color css

<style>
 a { background-color: #081EE0; }

 a { background-color: rgb(8,30,224); }

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

border-color css

<style>
 span { border-color: #081EE0; }

 span { border-color: rgb(8,30,224); }

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