Html Css Color HEX #5060DE Royal Blue

📋 copy color: '#5060DE'

red 80 ◦ green 96 ◦ blue 222

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

Shades of Royal Blue #5060DE

Tints of Royal Blue #5060DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 20.1%
G = 24.12%
B = 55.78%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5060DE (or 0x5060DE) is known color: Royal Blue. HEX triplet: 50, 60 and DE. RGB value is (80,96,222). Sum of RGB (Red+Green+Blue) = 80+96+222=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #5060DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060DE is #AF9F21. Grayscale: #696969. Windows color (decimal): -11509538 or 14573648. OLE color: 14573648.

HSL color Cylindrical-coordinate representation of color #5060DE: hue angle of 233.24º degrees, saturation: 0.68, 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 #5060DE is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 96 222 -
CMYK 0.64 0.57 0 0.13
HSL 233.24º 0.68% 0.59% -
HSV(B) 233.24º 0.64% 0.87% -
XYZ 20.68 15.35 70.98 -
YUV 105.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 80 96 222 0.64 0.57 0 0.13 233.24 0.68 0.59
Hex 50 60 DE 40 39 0 D E9 44 3B
Octal 120 140 336 100 71 0 15 351 104 73
Binary 1010000 1100000 11011110 1000000 111001 0 1101 11101001 1000100 111011

Color Harmonies of #5060DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060DE

Black with #5060DE

Text Example


Text Example

White with #5060DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5060DE; }

 p { color: rgb(80,96,222); }

 H1.HeaderClassName
 {
   color: #5060DE;
 }
 .AnyTagClassName
 {
   color: #5060DE;
 }
</style>

background-color css

<style>
 a { background-color: #5060DE; }

 a { background-color: rgb(80,96,222); }

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

border-color css

<style>
 span { border-color: #5060DE; }

 span { border-color: rgb(80,96,222); }

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