Html Css Color HEX #091DE0 Medium Blue

📋 copy color: '#091DE0'

red 9 ◦ green 29 ◦ blue 224

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

Shades of Medium Blue #091DE0

Tints of Medium Blue #091DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.07%

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

R = 3.44%
G = 11.07%
B = 85.5%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#091DE0 (or 0x091DE0) is known color: Medium Blue. HEX triplet: 09, 1D and E0. RGB value is (9,29,224). Sum of RGB (Red+Green+Blue) = 9+29+224=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 224 (87.89% from 255 or 85.50% from 262); Max value from RGB is 224 - color contains mainly: blue. Hex color #091DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DE0 is #F6E21F. Grayscale: #2C2C2C. Windows color (decimal): -16179744 or 14687497. OLE color: 14687497.

HSL color Cylindrical-coordinate representation of color #091DE0: hue angle of 234.42º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DE0 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 29 224 -
CMYK 0.96 0.87 0 0.12
HSL 234.42º 0.92% 0.46% -
HSV(B) 234.42º 0.96% 0.88% -
XYZ 14.01 6.32 71 -
YUV 45.25 228.87 102.14 -
System Red Green Blue C M Y K H S L
Decimal 9 29 224 0.96 0.87 0 0.12 234.42 0.92 0.46
Hex 9 1D E0 60 57 0 C EA 5C 2E
Octal 11 35 340 140 127 0 14 352 134 56
Binary 1001 11101 11100000 1100000 1010111 0 1100 11101010 1011100 101110

Color Harmonies of #091DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DE0

Black with #091DE0

Text Example


Text Example

White with #091DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,29,224); }

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

background-color css

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

 a { background-color: rgb(9,29,224); }

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

border-color css

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

 span { border-color: rgb(9,29,224); }

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