Html Css Color HEX #507DDB Royal Blue

📋 copy color: '#507DDB'

red 80 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #507DDB

Tints of Royal Blue #507DDB

RGB

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

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

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

R = 18.87%
G = 29.48%
B = 51.65%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#507DDB (or 0x507DDB) is known color: Royal Blue. HEX triplet: 50, 7D and DB. RGB value is (80,125,219). Sum of RGB (Red+Green+Blue) = 80+125+219=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #507DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DDB is #AF8224. Grayscale: #797979. Windows color (decimal): -11502117 or 14384464. OLE color: 14384464.

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

Color convert

RGB 80 125 219 -
CMYK 0.63 0.43 0 0.14
HSL 220.58º 0.66% 0.59% -
HSV(B) 220.58º 0.63% 0.86% -
XYZ 23.43 21.49 69.93 -
YUV 122.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 80 125 219 0.63 0.43 0 0.14 220.58 0.66 0.59
Hex 50 7D DB 3F 2B 0 E DD 42 3B
Octal 120 175 333 77 53 0 16 335 102 73
Binary 1010000 1111101 11011011 111111 101011 0 1110 11011101 1000010 111011

Color Harmonies of #507DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DDB

Black with #507DDB

Text Example


Text Example

White with #507DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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