#1D09CF

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

Shades of Medium Blue #1D09CF

Tints of Medium Blue #1D09CF

Color information

#1D09CF (or 0x1D09CF) is unknown color: approx Medium Blue. HEX triplet: 1D, 09 and CF. RGB value is (29,9,207). Sum of RGB (Red+Green+Blue) = 29+9+207=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 9 (3.91% from 255 or 3.67% 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 #1D09CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D09CF is #E2F630. Grayscale: #242424. Windows color (decimal): -14874161 or 13568285. OLE color: 13568285.

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

Color convert

RGB299207-
CMYK0.860.9600.19
HSL246.06º91.67%42.35%-
HSV(B)246.06º95.65%81.18%-
XYZ11.874.9659.36-
YUV37.55223.63121.9-

RGB Variations

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

RGB

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

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
Decimal2992070.860.9600.19246.0691.6742.35
Hex1D9CF5660013f65c2a
Octal351131712614002336613452
Binary1110110011100111110101101100000010011111101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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