#091DD7

Color #091DD7 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #091DD7

Tints of Medium Blue #091DD7

Color information

#091DD7 (or 0x091DD7) is unknown color: approx Medium Blue. HEX triplet: 09, 1D and D7. RGB value is (9,29,215). Sum of RGB (Red+Green+Blue) = 9+29+215=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 215 (84.38% from 255 or 84.98% from 253); Max value from RGB is 215 - color contains mainly: blue. Hex color #091DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DD7 is #F6E228. Grayscale: #2B2B2B. Windows color (decimal): -16179753 or 14097673. OLE color: 14097673.

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

Color convert

RGB929215-
CMYK0.960.8700.16
HSL234.17º91.96%43.92%-
HSV(B)234.17º95.81%84.31%-
XYZ12.825.8464.74-
YUV44.22224.37102.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.56%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 215 (84.38% from 255) = 84.98%
R=3.56%
G=11.46%
B=84.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal9292150.960.8700.16234.1791.9643.92
Hex91DD76057010ea5c2c
Octal113532714012702035213454
Binary1001111011101011111000001010111010000111010101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #091DD7;
 }
 .AnyTagClassName
 {
   color: #091DD7;
 }
</style>
background-color css

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

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

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

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

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

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