#1D5FFD

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

Shades of Royal Blue #1D5FFD

Tints of Royal Blue #1D5FFD

Color information

#1D5FFD (or 0x1D5FFD) is unknown color: approx Royal Blue. HEX triplet: 1D, 5F and FD. RGB value is (29,95,253). Sum of RGB (Red+Green+Blue) = 29+95+253=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #1D5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5FFD is #E2A002. Grayscale: #5C5C5C. Windows color (decimal): -14852099 or 16604957. OLE color: 16604957.

HSL color Cylindrical-coordinate representation of color #1D5FFD: hue angle of 222.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D5FFD is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2995253-
CMYK0.890.6200.01
HSL222.32º98.25%55.29%-
HSV(B)222.32º88.54%99.22%-
XYZ22.3315.5494.75-
YUV93.28218.1382.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.69%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 253 (99.22% from 255) = 67.11%
R=7.69%
G=25.20%
B=67.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal29952530.890.6200.01222.3298.2555.29
Hex1D5FFD593E01de6237
Octal35137375131760133614267
Binary11101101111111111101101100111111001110111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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