Html Css Color HEX #081BE0 Medium Blue

📋 copy color: '#081BE0'

red 8 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #081BE0

Tints of Medium Blue #081BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.42%

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

R = 3.09%
G = 10.42%
B = 86.49%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#081BE0 (or 0x081BE0) is known color: Medium Blue. HEX triplet: 08, 1B and E0. RGB value is (8,27,224). Sum of RGB (Red+Green+Blue) = 8+27+224=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 224 (87.89% from 255 or 86.49% from 259); Max value from RGB is 224 - color contains mainly: blue. Hex color #081BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BE0 is #F7E41F. Grayscale: #2A2A2A. Windows color (decimal): -16245792 or 14686984. OLE color: 14686984.

HSL color Cylindrical-coordinate representation of color #081BE0: hue angle of 234.72º 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 #081BE0 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 27 224 -
CMYK 0.96 0.88 0 0.12
HSL 234.72º 0.93% 0.45% -
HSV(B) 234.72º 0.96% 0.88% -
XYZ 13.95 6.22 70.99 -
YUV 43.78 229.71 102.48 -
System Red Green Blue C M Y K H S L
Decimal 8 27 224 0.96 0.88 0 0.12 234.72 0.93 0.45
Hex 8 1B E0 60 58 0 C EB 5D 2D
Octal 10 33 340 140 130 0 14 353 135 55
Binary 1000 11011 11100000 1100000 1011000 0 1100 11101011 1011101 101101

Color Harmonies of #081BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BE0

Black with #081BE0

Text Example


Text Example

White with #081BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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