#1D09CE

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

Shades of Medium Blue #1D09CE

Tints of Medium Blue #1D09CE

Color information

#1D09CE (or 0x1D09CE) is unknown color: approx Medium Blue. HEX triplet: 1D, 09 and CE. RGB value is (29,9,206). Sum of RGB (Red+Green+Blue) = 29+9+206=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 206 (80.86% from 255 or 84.43% from 244); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D09CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D09CE is #E2F631. Grayscale: #242424. Windows color (decimal): -14874162 or 13502749. OLE color: 13502749.

HSL color Cylindrical-coordinate representation of color #1D09CE: hue angle of 246.09º 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 #1D09CE is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB299206-
CMYK0.860.9600.19
HSL246.09º91.63%42.16%-
HSV(B)246.09º95.63%80.78%-
XYZ11.744.9158.72-
YUV37.44223.13121.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.89%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 206 (80.86% from 255) = 84.43%
R=11.89%
G=3.69%
B=84.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2992060.860.9600.19246.0991.6342.16
Hex1D9CE5660013f65c2a
Octal351131612614002336613452
Binary1110110011100111010101101100000010011111101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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