Html Css Color HEX #505FDE Royal Blue

📋 copy color: '#505FDE'

red 80 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #505FDE

Tints of Royal Blue #505FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

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

R = 20.15%
G = 23.93%
B = 55.92%

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

#505FDE (or 0x505FDE) is known color: Royal Blue. HEX triplet: 50, 5F and DE. RGB value is (80,95,222). Sum of RGB (Red+Green+Blue) = 80+95+222=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #505FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FDE is #AFA021. Grayscale: #686868. Windows color (decimal): -11509794 or 14573392. OLE color: 14573392.

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

Color convert

RGB 80 95 222 -
CMYK 0.64 0.57 0 0.13
HSL 233.66º 0.68% 0.59% -
HSV(B) 233.66º 0.64% 0.87% -
XYZ 20.59 15.16 70.95 -
YUV 104.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 80 95 222 0.64 0.57 0 0.13 233.66 0.68 0.59
Hex 50 5F DE 40 39 0 D EA 44 3B
Octal 120 137 336 100 71 0 15 352 104 73
Binary 1010000 1011111 11011110 1000000 111001 0 1101 11101010 1000100 111011

Color Harmonies of #505FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FDE

Black with #505FDE

Text Example


Text Example

White with #505FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505FDE; }

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

 H1.HeaderClassName
 {
   color: #505FDE;
 }
 .AnyTagClassName
 {
   color: #505FDE;
 }
</style>

background-color css

<style>
 a { background-color: #505FDE; }

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

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

border-color css

<style>
 span { border-color: #505FDE; }

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

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