#1D08D6

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

Shades of Medium Blue #1D08D6

Tints of Medium Blue #1D08D6

Color information

#1D08D6 (or 0x1D08D6) is unknown color: approx Medium Blue. HEX triplet: 1D, 08 and D6. RGB value is (29,8,214). Sum of RGB (Red+Green+Blue) = 29+8+214=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 214 (83.98% from 255 or 85.26% from 251); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D08D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D08D6 is #E2F729. Grayscale: #242424. Windows color (decimal): -14874410 or 14026781. OLE color: 14026781.

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

Color convert

RGB298214-
CMYK0.860.9600.16
HSL246.12º92.79%43.53%-
HSV(B)246.12º96.26%83.92%-
XYZ12.735.2963.97-
YUV37.76227.46121.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.55%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 214 (83.98% from 255) = 85.26%
R=11.55%
G=3.19%
B=85.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2982140.860.9600.16246.1292.7943.53
Hex1D8D65660010f65d2c
Octal351032612614002036613554
Binary1110110001101011010101101100000010000111101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D08D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,214); }

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

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

 a { background-color: rgb(29,8,214); }

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

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

 span { border-color: rgb(29,8,214); }

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