Html Css Color HEX #507CDA Royal Blue

📋 copy color: '#507CDA'

red 80 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #507CDA

Tints of Royal Blue #507CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 18.96%
G = 29.38%
B = 51.66%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#507CDA (or 0x507CDA) is known color: Royal Blue. HEX triplet: 50, 7C and DA. RGB value is (80,124,218). Sum of RGB (Red+Green+Blue) = 80+124+218=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #507CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CDA is #AF8325. Grayscale: #797979. Windows color (decimal): -11502374 or 14318672. OLE color: 14318672.

HSL color Cylindrical-coordinate representation of color #507CDA: hue angle of 220.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #507CDA is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 124 218 -
CMYK 0.63 0.43 0 0.15
HSL 220.87º 0.65% 0.58% -
HSV(B) 220.87º 0.63% 0.85% -
XYZ 23.17 21.18 69.2 -
YUV 121.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 80 124 218 0.63 0.43 0 0.15 220.87 0.65 0.58
Hex 50 7C DA 3F 2B 0 F DD 41 3A
Octal 120 174 332 77 53 0 17 335 101 72
Binary 1010000 1111100 11011010 111111 101011 0 1111 11011101 1000001 111010

Color Harmonies of #507CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CDA

Black with #507CDA

Text Example


Text Example

White with #507CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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