#1D5FE8

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

Shades of Royal Blue #1D5FE8

Tints of Royal Blue #1D5FE8

Color information

#1D5FE8 (or 0x1D5FE8) is unknown color: approx Royal Blue. HEX triplet: 1D, 5F and E8. RGB value is (29,95,232). Sum of RGB (Red+Green+Blue) = 29+95+232=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 232 (91.02% from 255 or 65.17% from 356); Max value from RGB is 232 - color contains mainly: blue. Hex color #1D5FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5FE8 is #E2A017. Grayscale: #5A5A5A. Windows color (decimal): -14852120 or 15228701. OLE color: 15228701.

HSL color Cylindrical-coordinate representation of color #1D5FE8: hue angle of 220.49º 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 #1D5FE8 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2995232-
CMYK0.880.5900.09
HSL220.49º81.53%51.18%-
HSV(B)220.49º87.5%90.98%-
XYZ19.1614.2778.09-
YUV90.88207.6383.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.15%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 232 (91.02% from 255) = 65.17%
R=8.15%
G=26.69%
B=65.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal29952320.880.5900.09220.4981.5351.18
Hex1D5FE8583B09dc5233
Octal351373501307301133412263
Binary11101101111111101000101100011101101001110111001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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