#1D5DE8

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

Shades of Royal Blue #1D5DE8

Tints of Royal Blue #1D5DE8

Color information

#1D5DE8 (or 0x1D5DE8) is unknown color: approx Royal Blue. HEX triplet: 1D, 5D and E8. RGB value is (29,93,232). Sum of RGB (Red+Green+Blue) = 29+93+232=354 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.19% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 232 (91.02% from 255 or 65.54% from 354); Max value from RGB is 232 - color contains mainly: blue. Hex color #1D5DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5DE8 is #E2A217. Grayscale: #595959. Windows color (decimal): -14852632 or 15228189. OLE color: 15228189.

HSL color Cylindrical-coordinate representation of color #1D5DE8: hue angle of 221.08º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D5DE8 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2993232-
CMYK0.880.6000.09
HSL221.08º81.53%51.18%-
HSV(B)221.08º87.5%90.98%-
XYZ18.9913.9278.03-
YUV89.71208.384.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.19%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 232 (91.02% from 255) = 65.54%
R=8.19%
G=26.27%
B=65.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal29932320.880.6000.09221.0881.5351.18
Hex1D5DE8583C09dd5233
Octal351353501307401133512263
Binary11101101110111101000101100011110001001110111011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,93,232); }

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

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

 a { background-color: rgb(29,93,232); }

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

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

 span { border-color: rgb(29,93,232); }

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