Html Css Color HEX #507DDF Royal Blue

📋 copy color: '#507DDF'

red 80 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #507DDF

Tints of Royal Blue #507DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 18.69%
G = 29.21%
B = 52.1%

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

#507DDF (or 0x507DDF) is known color: Royal Blue. HEX triplet: 50, 7D and DF. RGB value is (80,125,223). Sum of RGB (Red+Green+Blue) = 80+125+223=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #507DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DDF is #AF8220. Grayscale: #7A7A7A. Windows color (decimal): -11502113 or 14646608. OLE color: 14646608.

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

Color convert

RGB 80 125 223 -
CMYK 0.64 0.44 0 0.13
HSL 221.12º 0.69% 0.59% -
HSV(B) 221.12º 0.64% 0.87% -
XYZ 23.96 21.7 72.74 -
YUV 122.72 184.59 97.53 -
System Red Green Blue C M Y K H S L
Decimal 80 125 223 0.64 0.44 0 0.13 221.12 0.69 0.59
Hex 50 7D DF 40 2C 0 D DD 45 3B
Octal 120 175 337 100 54 0 15 335 105 73
Binary 1010000 1111101 11011111 1000000 101100 0 1101 11011101 1000101 111011

Color Harmonies of #507DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DDF

Black with #507DDF

Text Example


Text Example

White with #507DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,125,223); }

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

background-color css

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

 a { background-color: rgb(80,125,223); }

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

border-color css

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

 span { border-color: rgb(80,125,223); }

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