#5865DB

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

Shades of Royal Blue #5865DB

Tints of Royal Blue #5865DB

Color information

#5865DB (or 0x5865DB) is unknown color: approx Royal Blue. HEX triplet: 58, 65 and DB. RGB value is (88,101,219). Sum of RGB (Red+Green+Blue) = 88+101+219=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #5865DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865DB is #A79A24. Grayscale: #6E6E6E. Windows color (decimal): -10983973 or 14378328. OLE color: 14378328.

HSL color Cylindrical-coordinate representation of color #5865DB: hue angle of 234.05º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5865DB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB88101219-
CMYK0.600.5400.14
HSL234.05º64.53%60.2%-
HSV(B)234.05º59.82%85.88%-
XYZ21.4616.569.07-
YUV110.56189.19111.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.57%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 219 (85.94% from 255) = 53.68%
R=21.57%
G=24.75%
B=53.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal881012190.600.5400.14234.0564.5360.2
Hex5865DB3C360Eea413c
Octal130145333746601635210174
Binary101100011001011101101111110011011001110111010101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5865DB; }

 p { color: rgb(88,101,219); }

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

<style>
 a { background-color: #5865DB; }

 a { background-color: rgb(88,101,219); }

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

<style>
 span { border-color: #5865DB; }

 span { border-color: rgb(88,101,219); }

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