Html Css Color HEX #091ADD Medium Blue

📋 copy color: '#091ADD'

red 9 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #091ADD

Tints of Medium Blue #091ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 86.33%

R = 3.52%
G = 10.16%
B = 86.33%

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

#091ADD (or 0x091ADD) is known color: Medium Blue. HEX triplet: 09, 1A and DD. RGB value is (9,26,221). Sum of RGB (Red+Green+Blue) = 9+26+221=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #091ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ADD is #F6E522. Grayscale: #2A2A2A. Windows color (decimal): -16180515 or 14490121. OLE color: 14490121.

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

Color convert

RGB 9 26 221 -
CMYK 0.96 0.88 0 0.13
HSL 235.19º 0.92% 0.45% -
HSV(B) 235.19º 0.96% 0.87% -
XYZ 13.53 6.02 68.85 -
YUV 43.15 228.37 103.64 -
System Red Green Blue C M Y K H S L
Decimal 9 26 221 0.96 0.88 0 0.13 235.19 0.92 0.45
Hex 9 1A DD 60 58 0 D EB 5C 2D
Octal 11 32 335 140 130 0 15 353 134 55
Binary 1001 11010 11011101 1100000 1011000 0 1101 11101011 1011100 101101

Color Harmonies of #091ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ADD

Black with #091ADD

Text Example


Text Example

White with #091ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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