Html Css Color HEX #081EDD Medium Blue

📋 copy color: '#081EDD'

red 8 ◦ green 30 ◦ blue 221

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

Shades of Medium Blue #081EDD

Tints of Medium Blue #081EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 85.33%

R = 3.09%
G = 11.58%
B = 85.33%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#081EDD (or 0x081EDD) is known color: Medium Blue. HEX triplet: 08, 1E and DD. RGB value is (8,30,221). Sum of RGB (Red+Green+Blue) = 8+30+221=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #081EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EDD is #F7E122. Grayscale: #2C2C2C. Windows color (decimal): -16245027 or 14491144. OLE color: 14491144.

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

Color convert

RGB 8 30 221 -
CMYK 0.96 0.86 0 0.13
HSL 233.8º 0.93% 0.45% -
HSV(B) 233.8º 0.96% 0.87% -
XYZ 13.62 6.2 68.89 -
YUV 45.2 227.21 101.47 -
System Red Green Blue C M Y K H S L
Decimal 8 30 221 0.96 0.86 0 0.13 233.8 0.93 0.45
Hex 8 1E DD 60 56 0 D EA 5D 2D
Octal 10 36 335 140 126 0 15 352 135 55
Binary 1000 11110 11011101 1100000 1010110 0 1101 11101010 1011101 101101

Color Harmonies of #081EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081EDD

Black with #081EDD

Text Example


Text Example

White with #081EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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