#1D5FF0

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

Shades of Royal Blue #1D5FF0

Tints of Royal Blue #1D5FF0

Color information

#1D5FF0 (or 0x1D5FF0) is unknown color: approx Royal Blue. HEX triplet: 1D, 5F and F0. RGB value is (29,95,240). Sum of RGB (Red+Green+Blue) = 29+95+240=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #1D5FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D5FF0 is #E2A00F. Grayscale: #5B5B5B. Windows color (decimal): -14852112 or 15752989. OLE color: 15752989.

HSL color Cylindrical-coordinate representation of color #1D5FF0: hue angle of 221.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D5FF0 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2995240-
CMYK0.880.6000.06
HSL221.23º87.55%52.75%-
HSV(B)221.23º87.92%94.12%-
XYZ20.3314.7484.21-
YUV91.8211.6383.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.97%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 240 (94.14% from 255) = 65.93%
R=7.97%
G=26.10%
B=65.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal29952400.880.6000.06221.2387.5552.75
Hex1D5FF0583C06dd5835
Octal35137360130740633513065
Binary1110110111111111000010110001111000110110111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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