Html Css Color HEX #091CE0 Medium Blue

📋 copy color: '#091CE0'

red 9 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #091CE0

Tints of Medium Blue #091CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.73%

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

R = 3.45%
G = 10.73%
B = 85.82%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#091CE0 (or 0x091CE0) is known color: Medium Blue. HEX triplet: 09, 1C and E0. RGB value is (9,28,224). Sum of RGB (Red+Green+Blue) = 9+28+224=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 224 (87.89% from 255 or 85.82% from 261); Max value from RGB is 224 - color contains mainly: blue. Hex color #091CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CE0 is #F6E31F. Grayscale: #2B2B2B. Windows color (decimal): -16180000 or 14687241. OLE color: 14687241.

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

Color convert

RGB 9 28 224 -
CMYK 0.96 0.88 0 0.12
HSL 234.7º 0.92% 0.46% -
HSV(B) 234.7º 0.96% 0.88% -
XYZ 13.98 6.27 70.99 -
YUV 44.66 229.21 102.56 -
System Red Green Blue C M Y K H S L
Decimal 9 28 224 0.96 0.88 0 0.12 234.7 0.92 0.46
Hex 9 1C E0 60 58 0 C EB 5C 2E
Octal 11 34 340 140 130 0 14 353 134 56
Binary 1001 11100 11100000 1100000 1011000 0 1100 11101011 1011100 101110

Color Harmonies of #091CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CE0

Black with #091CE0

Text Example


Text Example

White with #091CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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