Html Css Color HEX #081ECD Medium Blue

📋 copy color: '#081ECD'

red 8 ◦ green 30 ◦ blue 205

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

Shades of Medium Blue #081ECD

Tints of Medium Blue #081ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 84.36%

R = 3.29%
G = 12.35%
B = 84.36%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#081ECD (or 0x081ECD) is known color: Medium Blue. HEX triplet: 08, 1E and CD. RGB value is (8,30,205). Sum of RGB (Red+Green+Blue) = 8+30+205=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #081ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ECD is #F7E132. Grayscale: #2A2A2A. Windows color (decimal): -16245043 or 13442568. OLE color: 13442568.

HSL color Cylindrical-coordinate representation of color #081ECD: hue angle of 233.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081ECD is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 30 205 -
CMYK 0.96 0.85 0 0.20
HSL 233.3º 0.92% 0.42% -
HSV(B) 233.3º 0.96% 0.8% -
XYZ 11.58 5.39 58.19 -
YUV 43.37 219.21 102.77 -
System Red Green Blue C M Y K H S L
Decimal 8 30 205 0.96 0.85 0 0.20 233.3 0.92 0.42
Hex 8 1E CD 60 55 0 14 E9 5C 2A
Octal 10 36 315 140 125 0 24 351 134 52
Binary 1000 11110 11001101 1100000 1010101 0 10100 11101001 1011100 101010

Color Harmonies of #081ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081ECD

Black with #081ECD

Text Example


Text Example

White with #081ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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