Html Css Color HEX #081EDB Medium Blue

📋 copy color: '#081EDB'

red 8 ◦ green 30 ◦ blue 219

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

Shades of Medium Blue #081EDB

Tints of Medium Blue #081EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 85.21%

R = 3.11%
G = 11.67%
B = 85.21%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#081EDB (or 0x081EDB) is known color: Medium Blue. HEX triplet: 08, 1E and DB. RGB value is (8,30,219). Sum of RGB (Red+Green+Blue) = 8+30+219=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #081EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EDB is #F7E124. Grayscale: #2C2C2C. Windows color (decimal): -16245029 or 14360072. OLE color: 14360072.

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

Color convert

RGB 8 30 219 -
CMYK 0.96 0.86 0 0.14
HSL 233.74º 0.93% 0.45% -
HSV(B) 233.74º 0.96% 0.86% -
XYZ 13.35 6.09 67.49 -
YUV 44.97 226.21 101.63 -
System Red Green Blue C M Y K H S L
Decimal 8 30 219 0.96 0.86 0 0.14 233.74 0.93 0.45
Hex 8 1E DB 60 56 0 E EA 5D 2D
Octal 10 36 333 140 126 0 16 352 135 55
Binary 1000 11110 11011011 1100000 1010110 0 1110 11101010 1011101 101101

Color Harmonies of #081EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081EDB

Black with #081EDB

Text Example


Text Example

White with #081EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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