#5872FD

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

Shades of Royal Blue #5872FD

Tints of Royal Blue #5872FD

Color information

#5872FD (or 0x5872FD) is unknown color: approx Royal Blue. HEX triplet: 58, 72 and FD. RGB value is (88,114,253). Sum of RGB (Red+Green+Blue) = 88+114+253=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #5872FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5872FD is #A78D02. Grayscale: #797979. Windows color (decimal): -10980611 or 16609880. OLE color: 16609880.

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

Color convert

RGB88114253-
CMYK0.650.5500.01
HSL230.55º97.63%66.86%-
HSV(B)230.55º65.22%99.22%-
XYZ27.7721.295.56-
YUV122.07201.89103.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.34%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 253 (99.22% from 255) = 55.60%
R=19.34%
G=25.05%
B=55.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881142530.650.5500.01230.5597.6366.86
Hex5872FD413701e76243
Octal1301623751016701347142103
Binary10110001110010111111011000001110111011110011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5872FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5872FD; }

 p { color: rgb(88,114,253); }

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

<style>
 a { background-color: #5872FD; }

 a { background-color: rgb(88,114,253); }

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

<style>
 span { border-color: #5872FD; }

 span { border-color: rgb(88,114,253); }

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