#1D09BE

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

Shades of Medium Blue #1D09BE

Tints of Medium Blue #1D09BE

Color information

#1D09BE (or 0x1D09BE) is unknown color: approx Medium Blue. HEX triplet: 1D, 09 and BE. RGB value is (29,9,190). Sum of RGB (Red+Green+Blue) = 29+9+190=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 190 (74.61% from 255 or 83.33% from 228); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D09BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D09BE is #E2F641. Grayscale: #222222. Windows color (decimal): -14874178 or 12454173. OLE color: 12454173.

HSL color Cylindrical-coordinate representation of color #1D09BE: hue angle of 246.63º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D09BE is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB299190-
CMYK0.850.9500.25
HSL246.63º90.95%39.02%-
HSV(B)246.63º95.26%74.51%-
XYZ9.94.1749-
YUV35.61215.13123.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 190 (74.61% from 255) = 83.33%
R=12.72%
G=3.95%
B=83.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2991900.850.9500.25246.6390.9539.02
Hex1D9BE555F019f75b27
Octal351127612513703136713347
Binary1110110011011111010101011011111011001111101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D09BE; }

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

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

<style>
 a { background-color: #1D09BE; }

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

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

<style>
 span { border-color: #1D09BE; }

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

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