#091DCF

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

Shades of Medium Blue #091DCF

Tints of Medium Blue #091DCF

Color information

#091DCF (or 0x091DCF) is unknown color: approx Medium Blue. HEX triplet: 09, 1D and CF. RGB value is (9,29,207). Sum of RGB (Red+Green+Blue) = 9+29+207=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #091DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DCF is #F6E230. Grayscale: #2A2A2A. Windows color (decimal): -16179761 or 13573385. OLE color: 13573385.

HSL color Cylindrical-coordinate representation of color #091DCF: hue angle of 233.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DCF is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB929207-
CMYK0.960.8600.19
HSL233.94º91.67%42.35%-
HSV(B)233.94º95.65%81.18%-
XYZ11.815.4459.46-
YUV43.31220.37103.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 207 (81.25% from 255) = 84.49%
R=3.67%
G=11.84%
B=84.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal9292070.960.8600.19233.9491.6742.35
Hex91DCF6056013ea5c2a
Octal113531714012602335213452
Binary1001111011100111111000001010110010011111010101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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