Html Css Color HEX #5057DF Royal Blue

📋 copy color: '#5057DF'

red 80 ◦ green 87 ◦ blue 223

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

Shades of Royal Blue #5057DF

Tints of Royal Blue #5057DF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 20.51%
G = 22.31%
B = 57.18%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5057DF (or 0x5057DF) is known color: Royal Blue. HEX triplet: 50, 57 and DF. RGB value is (80,87,223). Sum of RGB (Red+Green+Blue) = 80+87+223=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #5057DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5057DF is #AFA820. Grayscale: #636363. Windows color (decimal): -11511841 or 14636880. OLE color: 14636880.

HSL color Cylindrical-coordinate representation of color #5057DF: hue angle of 237.06º 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 #5057DF is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 87 223 -
CMYK 0.64 0.61 0 0.13
HSL 237.06º 0.69% 0.59% -
HSV(B) 237.06º 0.64% 0.87% -
XYZ 20.04 13.85 71.43 -
YUV 100.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 80 87 223 0.64 0.61 0 0.13 237.06 0.69 0.59
Hex 50 57 DF 40 3D 0 D ED 45 3B
Octal 120 127 337 100 75 0 15 355 105 73
Binary 1010000 1010111 11011111 1000000 111101 0 1101 11101101 1000101 111011

Color Harmonies of #5057DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057DF

Black with #5057DF

Text Example


Text Example

White with #5057DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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