Html Css Color HEX #091ECD Medium Blue

📋 copy color: '#091ECD'

red 9 ◦ green 30 ◦ blue 205

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

Shades of Medium Blue #091ECD

Tints of Medium Blue #091ECD

RGB

 RED value IS 9 (3.91% from 255) = 3.69%

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

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

R = 3.69%
G = 12.3%
B = 84.02%

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

#091ECD (or 0x091ECD) is known color: Medium Blue. HEX triplet: 09, 1E and CD. RGB value is (9,30,205). Sum of RGB (Red+Green+Blue) = 9+30+205=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 205 (80.47% from 255 or 84.02% from 244); Max value from RGB is 205 - color contains mainly: blue. Hex color #091ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ECD is #F6E132. Grayscale: #2A2A2A. Windows color (decimal): -16179507 or 13442569. OLE color: 13442569.

HSL color Cylindrical-coordinate representation of color #091ECD: hue angle of 233.57º 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 #091ECD is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 30 205 -
CMYK 0.96 0.85 0 0.20
HSL 233.57º 0.92% 0.42% -
HSV(B) 233.57º 0.96% 0.8% -
XYZ 11.6 5.39 58.19 -
YUV 43.67 219.04 103.27 -
System Red Green Blue C M Y K H S L
Decimal 9 30 205 0.96 0.85 0 0.20 233.57 0.92 0.42
Hex 9 1E CD 60 55 0 14 EA 5C 2A
Octal 11 36 315 140 125 0 24 352 134 52
Binary 1001 11110 11001101 1100000 1010101 0 10100 11101010 1011100 101010

Color Harmonies of #091ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ECD

Black with #091ECD

Text Example


Text Example

White with #091ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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