Html Css Color HEX #507BDB Royal Blue

📋 copy color: '#507BDB'

red 80 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #507BDB

Tints of Royal Blue #507BDB

RGB

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

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

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

R = 18.96%
G = 29.15%
B = 51.9%

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

#507BDB (or 0x507BDB) is known color: Royal Blue. HEX triplet: 50, 7B and DB. RGB value is (80,123,219). Sum of RGB (Red+Green+Blue) = 80+123+219=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #507BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BDB is #AF8424. Grayscale: #787878. Windows color (decimal): -11502629 or 14383952. OLE color: 14383952.

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

Color convert

RGB 80 123 219 -
CMYK 0.63 0.44 0 0.14
HSL 221.44º 0.66% 0.59% -
HSV(B) 221.44º 0.63% 0.86% -
XYZ 23.18 20.99 69.85 -
YUV 121.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 80 123 219 0.63 0.44 0 0.14 221.44 0.66 0.59
Hex 50 7B DB 3F 2C 0 E DD 42 3B
Octal 120 173 333 77 54 0 16 335 102 73
Binary 1010000 1111011 11011011 111111 101100 0 1110 11011101 1000010 111011

Color Harmonies of #507BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BDB

Black with #507BDB

Text Example


Text Example

White with #507BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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