#1D4FF4

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

Shades of Royal Blue #1D4FF4

Tints of Royal Blue #1D4FF4

Color information

#1D4FF4 (or 0x1D4FF4) is unknown color: approx Royal Blue. HEX triplet: 1D, 4F and F4. RGB value is (29,79,244). Sum of RGB (Red+Green+Blue) = 29+79+244=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 244 (95.70% from 255 or 69.32% from 352); Max value from RGB is 244 - color contains mainly: blue. Hex color #1D4FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4FF4 is #E2B00B. Grayscale: #525252. Windows color (decimal): -14856204 or 16011037. OLE color: 16011037.

HSL color Cylindrical-coordinate representation of color #1D4FF4: hue angle of 226.05º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4FF4 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2979244-
CMYK0.880.6800.04
HSL226.05º90.72%53.53%-
HSV(B)226.05º88.11%95.69%-
XYZ19.6312.3886.94-
YUV82.86218.9489.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.24%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 244 (95.70% from 255) = 69.32%
R=8.24%
G=22.44%
B=69.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal29792440.880.6800.04226.0590.7253.53
Hex1D4FF4584404e25b36
Octal351173641301040434213366
Binary11101100111111110100101100010001000100111000101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,79,244); }

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

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

 a { background-color: rgb(29,79,244); }

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

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

 span { border-color: rgb(29,79,244); }

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