Html Css Color HEX #507ADB Royal Blue

📋 copy color: '#507ADB'

red 80 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #507ADB

Tints of Royal Blue #507ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 19%
G = 28.98%
B = 52.02%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#507ADB (or 0x507ADB) is known color: Royal Blue. HEX triplet: 50, 7A and DB. RGB value is (80,122,219). Sum of RGB (Red+Green+Blue) = 80+122+219=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #507ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ADB is #AF8524. Grayscale: #787878. Windows color (decimal): -11502885 or 14383696. OLE color: 14383696.

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

Color convert

RGB 80 122 219 -
CMYK 0.63 0.44 0 0.14
HSL 221.87º 0.66% 0.59% -
HSV(B) 221.87º 0.63% 0.86% -
XYZ 23.05 20.74 69.81 -
YUV 120.5 183.59 99.11 -
System Red Green Blue C M Y K H S L
Decimal 80 122 219 0.63 0.44 0 0.14 221.87 0.66 0.59
Hex 50 7A DB 3F 2C 0 E DE 42 3B
Octal 120 172 333 77 54 0 16 336 102 73
Binary 1010000 1111010 11011011 111111 101100 0 1110 11011110 1000010 111011

Color Harmonies of #507ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507ADB

Black with #507ADB

Text Example


Text Example

White with #507ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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