Html Css Color HEX #507ADC Royal Blue

📋 copy color: '#507ADC'

red 80 ◦ green 122 ◦ blue 220

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

Shades of Royal Blue #507ADC

Tints of Royal Blue #507ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.91%

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

R = 18.96%
G = 28.91%
B = 52.13%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#507ADC (or 0x507ADC) is known color: Royal Blue. HEX triplet: 50, 7A and DC. RGB value is (80,122,220). Sum of RGB (Red+Green+Blue) = 80+122+220=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #507ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ADC is #AF8523. Grayscale: #787878. Windows color (decimal): -11502884 or 14449232. OLE color: 14449232.

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

Color convert

RGB 80 122 220 -
CMYK 0.64 0.45 0 0.14
HSL 222º 0.67% 0.59% -
HSV(B) 222º 0.64% 0.86% -
XYZ 23.19 20.79 70.5 -
YUV 120.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 80 122 220 0.64 0.45 0 0.14 222 0.67 0.59
Hex 50 7A DC 40 2D 0 E DE 43 3B
Octal 120 172 334 100 55 0 16 336 103 73
Binary 1010000 1111010 11011100 1000000 101101 0 1110 11011110 1000011 111011

Color Harmonies of #507ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ADC

Black with #507ADC

Text Example


Text Example

White with #507ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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