#1D4DF0

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

Shades of Royal Blue #1D4DF0

Tints of Royal Blue #1D4DF0

Color information

#1D4DF0 (or 0x1D4DF0) is unknown color: approx Royal Blue. HEX triplet: 1D, 4D and F0. RGB value is (29,77,240). Sum of RGB (Red+Green+Blue) = 29+77+240=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #1D4DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4DF0 is #E2B20F. Grayscale: #505050. Windows color (decimal): -14856720 or 15748381. OLE color: 15748381.

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

Color convert

RGB2977240-
CMYK0.880.6800.06
HSL226.35º87.55%52.75%-
HSV(B)226.35º87.92%94.12%-
XYZ18.8911.8683.73-
YUV81.23217.690.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.38%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 240 (94.14% from 255) = 69.36%
R=8.38%
G=22.25%
B=69.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal29772400.880.6800.06226.3587.5552.75
Hex1D4DF0584406e25835
Octal351153601301040634213065
Binary11101100110111110000101100010001000110111000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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