#1D56F4

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

Shades of Royal Blue #1D56F4

Tints of Royal Blue #1D56F4

Color information

#1D56F4 (or 0x1D56F4) is unknown color: approx Royal Blue. HEX triplet: 1D, 56 and F4. RGB value is (29,86,244). Sum of RGB (Red+Green+Blue) = 29+86+244=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #1D56F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D56F4 is #E2A90B. Grayscale: #565656. Windows color (decimal): -14854412 or 16012829. OLE color: 16012829.

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

Color convert

RGB2986244-
CMYK0.880.6500.04
HSL224.09º90.72%53.53%-
HSV(B)224.09º88.11%95.69%-
XYZ20.1613.4587.12-
YUV86.97216.6286.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.08%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 244 (95.70% from 255) = 67.97%
R=8.08%
G=23.96%
B=67.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal29862440.880.6500.04224.0990.7253.53
Hex1D56F4584104e05b36
Octal351263641301010434013366
Binary11101101011011110100101100010000010100111000001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D56F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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