Html Css Color HEX #507CDE Royal Blue

📋 copy color: '#507CDE'

red 80 ◦ green 124 ◦ blue 222

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

Shades of Royal Blue #507CDE

Tints of Royal Blue #507CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

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

R = 18.78%
G = 29.11%
B = 52.11%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#507CDE (or 0x507CDE) is known color: Royal Blue. HEX triplet: 50, 7C and DE. RGB value is (80,124,222). Sum of RGB (Red+Green+Blue) = 80+124+222=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #507CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CDE is #AF8321. Grayscale: #797979. Windows color (decimal): -11502370 or 14580816. OLE color: 14580816.

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

Color convert

RGB 80 124 222 -
CMYK 0.64 0.44 0 0.13
HSL 221.41º 0.68% 0.59% -
HSV(B) 221.41º 0.64% 0.87% -
XYZ 23.7 21.39 71.99 -
YUV 122.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 80 124 222 0.64 0.44 0 0.13 221.41 0.68 0.59
Hex 50 7C DE 40 2C 0 D DD 44 3B
Octal 120 174 336 100 54 0 15 335 104 73
Binary 1010000 1111100 11011110 1000000 101100 0 1101 11011101 1000100 111011

Color Harmonies of #507CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CDE

Black with #507CDE

Text Example


Text Example

White with #507CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507CDE; }

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

 H1.HeaderClassName
 {
   color: #507CDE;
 }
 .AnyTagClassName
 {
   color: #507CDE;
 }
</style>

background-color css

<style>
 a { background-color: #507CDE; }

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

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

border-color css

<style>
 span { border-color: #507CDE; }

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

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