Html Css Color HEX #5055DF Royal Blue

📋 copy color: '#5055DF'

red 80 ◦ green 85 ◦ blue 223

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

Shades of Royal Blue #5055DF

Tints of Royal Blue #5055DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 20.62%
G = 21.91%
B = 57.47%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5055DF (or 0x5055DF) is known color: Royal Blue. HEX triplet: 50, 55 and DF. RGB value is (80,85,223). Sum of RGB (Red+Green+Blue) = 80+85+223=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #5055DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5055DF is #AFAA20. Grayscale: #626262. Windows color (decimal): -11512353 or 14636368. OLE color: 14636368.

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

Color convert

RGB 80 85 223 -
CMYK 0.64 0.62 0 0.13
HSL 237.9º 0.69% 0.59% -
HSV(B) 237.9º 0.64% 0.87% -
XYZ 19.88 13.53 71.38 -
YUV 99.24 197.84 114.28 -
System Red Green Blue C M Y K H S L
Decimal 80 85 223 0.64 0.62 0 0.13 237.9 0.69 0.59
Hex 50 55 DF 40 3E 0 D EE 45 3B
Octal 120 125 337 100 76 0 15 356 105 73
Binary 1010000 1010101 11011111 1000000 111110 0 1101 11101110 1000101 111011

Color Harmonies of #5055DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5055DF

Black with #5055DF

Text Example


Text Example

White with #5055DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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