Html Css Color HEX #507BD9 Royal Blue

📋 copy color: '#507BD9'

red 80 ◦ green 123 ◦ blue 217

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

Shades of Royal Blue #507BD9

Tints of Royal Blue #507BD9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.29%

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 19.05%
G = 29.29%
B = 51.67%

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

#507BD9 (or 0x507BD9) is known color: Royal Blue. HEX triplet: 50, 7B and D9. RGB value is (80,123,217). Sum of RGB (Red+Green+Blue) = 80+123+217=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #507BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BD9 is #AF8426. Grayscale: #787878. Windows color (decimal): -11502631 or 14252880. OLE color: 14252880.

HSL color Cylindrical-coordinate representation of color #507BD9: hue angle of 221.17º degrees, saturation: 0.64, 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 #507BD9 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 123 217 -
CMYK 0.63 0.43 0 0.15
HSL 221.17º 0.64% 0.58% -
HSV(B) 221.17º 0.63% 0.85% -
XYZ 22.92 20.88 68.47 -
YUV 120.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 80 123 217 0.63 0.43 0 0.15 221.17 0.64 0.58
Hex 50 7B D9 3F 2B 0 F DD 40 3A
Octal 120 173 331 77 53 0 17 335 100 72
Binary 1010000 1111011 11011001 111111 101011 0 1111 11011101 1000000 111010

Color Harmonies of #507BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BD9

Black with #507BD9

Text Example


Text Example

White with #507BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,123,217); }

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

background-color css

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

 a { background-color: rgb(80,123,217); }

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

border-color css

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

 span { border-color: rgb(80,123,217); }

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