Html Css Color HEX #507DDC Royal Blue

📋 copy color: '#507DDC'

red 80 ◦ green 125 ◦ blue 220

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

Shades of Royal Blue #507DDC

Tints of Royal Blue #507DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 18.82%
G = 29.41%
B = 51.76%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#507DDC (or 0x507DDC) is known color: Royal Blue. HEX triplet: 50, 7D and DC. RGB value is (80,125,220). Sum of RGB (Red+Green+Blue) = 80+125+220=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #507DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DDC is #AF8223. Grayscale: #797979. Windows color (decimal): -11502116 or 14450000. OLE color: 14450000.

HSL color Cylindrical-coordinate representation of color #507DDC: hue angle of 220.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507DDC is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 125 220 -
CMYK 0.64 0.43 0 0.14
HSL 220.71º 0.67% 0.59% -
HSV(B) 220.71º 0.64% 0.86% -
XYZ 23.56 21.54 70.63 -
YUV 122.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 80 125 220 0.64 0.43 0 0.14 220.71 0.67 0.59
Hex 50 7D DC 40 2B 0 E DD 43 3B
Octal 120 175 334 100 53 0 16 335 103 73
Binary 1010000 1111101 11011100 1000000 101011 0 1110 11011101 1000011 111011

Color Harmonies of #507DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DDC

Black with #507DDC

Text Example


Text Example

White with #507DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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