#5871F1

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

Shades of Royal Blue #5871F1

Tints of Royal Blue #5871F1

Color information

#5871F1 (or 0x5871F1) is unknown color: approx Royal Blue. HEX triplet: 58, 71 and F1. RGB value is (88,113,241). Sum of RGB (Red+Green+Blue) = 88+113+241=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #5871F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5871F1 is #A78E0E. Grayscale: #777777. Windows color (decimal): -10980879 or 15823192. OLE color: 15823192.

HSL color Cylindrical-coordinate representation of color #5871F1: hue angle of 230.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5871F1 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB88113241-
CMYK0.630.5300.05
HSL230.2º84.53%64.51%-
HSV(B)230.2º63.49%94.51%-
XYZ25.8120.2485.76-
YUV120.12196.22105.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.91%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 241 (94.53% from 255) = 54.52%
R=19.91%
G=25.57%
B=54.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal881132410.630.5300.05230.284.5364.51
Hex5871F13F3505e65541
Octal130161361776505346125101
Binary101100011100011111000111111111010101011110011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5871F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5871F1; }

 p { color: rgb(88,113,241); }

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

<style>
 a { background-color: #5871F1; }

 a { background-color: rgb(88,113,241); }

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

<style>
 span { border-color: #5871F1; }

 span { border-color: rgb(88,113,241); }

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