Html Css Color HEX #091ADE Medium Blue

📋 copy color: '#091ADE'

red 9 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #091ADE

Tints of Medium Blue #091ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.12%

 BLUE value IS 222 (87.11% from 255) = 86.38%

R = 3.5%
G = 10.12%
B = 86.38%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#091ADE (or 0x091ADE) is known color: Medium Blue. HEX triplet: 09, 1A and DE. RGB value is (9,26,222). Sum of RGB (Red+Green+Blue) = 9+26+222=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 222 (87.11% from 255 or 86.38% from 257); Max value from RGB is 222 - color contains mainly: blue. Hex color #091ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ADE is #F6E521. Grayscale: #2A2A2A. Windows color (decimal): -16180514 or 14555657. OLE color: 14555657.

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

Color convert

RGB 9 26 222 -
CMYK 0.96 0.88 0 0.13
HSL 235.21º 0.92% 0.45% -
HSV(B) 235.21º 0.96% 0.87% -
XYZ 13.67 6.07 69.56 -
YUV 43.26 228.87 103.56 -
System Red Green Blue C M Y K H S L
Decimal 9 26 222 0.96 0.88 0 0.13 235.21 0.92 0.45
Hex 9 1A DE 60 58 0 D EB 5C 2D
Octal 11 32 336 140 130 0 15 353 134 55
Binary 1001 11010 11011110 1100000 1011000 0 1101 11101011 1011100 101101

Color Harmonies of #091ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ADE

Black with #091ADE

Text Example


Text Example

White with #091ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,26,222); }

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

background-color css

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

 a { background-color: rgb(9,26,222); }

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

border-color css

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

 span { border-color: rgb(9,26,222); }

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