#5672FD

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

Shades of Royal Blue #5672FD

Tints of Royal Blue #5672FD

Color information

#5672FD (or 0x5672FD) is unknown color: approx Royal Blue. HEX triplet: 56, 72 and FD. RGB value is (86,114,253). Sum of RGB (Red+Green+Blue) = 86+114+253=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #5672FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5672FD is #A98D02. Grayscale: #787878. Windows color (decimal): -11111683 or 16609878. OLE color: 16609878.

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

Color convert

RGB86114253-
CMYK0.660.5500.01
HSL229.94º97.66%66.47%-
HSV(B)229.94º66.01%99.22%-
XYZ27.5821.195.55-
YUV121.47202.22102.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.98%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 253 (99.22% from 255) = 55.85%
R=18.98%
G=25.17%
B=55.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal861142530.660.5500.01229.9497.6666.47
Hex5672FD423701e66242
Octal1261623751026701346142102
Binary10101101110010111111011000010110111011110011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5672FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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