Html Css Color HEX #5059DF Royal Blue

📋 copy color: '#5059DF'

red 80 ◦ green 89 ◦ blue 223

#5059DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5059DF

Tints of Royal Blue #5059DF

RGB

 RED value IS 80 (31.64% from 255) = 20.41%

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 223 (87.5% from 255) = 56.89%

R = 20.41%
G = 22.7%
B = 56.89%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5059DF (or 0x5059DF) is known color: Royal Blue. HEX triplet: 50, 59 and DF. RGB value is (80,89,223). Sum of RGB (Red+Green+Blue) = 80+89+223=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #5059DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5059DF is #AFA620. Grayscale: #656565. Windows color (decimal): -11511329 or 14637392. OLE color: 14637392.

HSL color Cylindrical-coordinate representation of color #5059DF: hue angle of 236.22º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5059DF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 89 223 -
CMYK 0.64 0.60 0 0.13
HSL 236.22º 0.69% 0.59% -
HSV(B) 236.22º 0.64% 0.87% -
XYZ 20.2 14.18 71.48 -
YUV 101.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 80 89 223 0.64 0.60 0 0.13 236.22 0.69 0.59
Hex 50 59 DF 40 3C 0 D EC 45 3B
Octal 120 131 337 100 74 0 15 354 105 73
Binary 1010000 1011001 11011111 1000000 111100 0 1101 11101100 1000101 111011

Color Harmonies of #5059DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5059DF

Black with #5059DF

Text Example


Text Example

White with #5059DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5059DF; }

 p { color: rgb(80,89,223); }

 H1.HeaderClassName
 {
   color: #5059DF;
 }
 .AnyTagClassName
 {
   color: #5059DF;
 }
</style>

background-color css

<style>
 a { background-color: #5059DF; }

 a { background-color: rgb(80,89,223); }

 div.DivClassName
 {
   background-color: #5059DF;
 }
 .BgClassName
 {
   background-color: #5059DF;
 }
</style>

border-color css

<style>
 span { border-color: #5059DF; }

 span { border-color: rgb(80,89,223); }

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