Html Css Color HEX #507BDA Royal Blue

📋 copy color: '#507BDA'

red 80 ◦ green 123 ◦ blue 218

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

Shades of Royal Blue #507BDA

Tints of Royal Blue #507BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 19%
G = 29.22%
B = 51.78%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#507BDA (or 0x507BDA) is known color: Royal Blue. HEX triplet: 50, 7B and DA. RGB value is (80,123,218). Sum of RGB (Red+Green+Blue) = 80+123+218=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #507BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BDA is #AF8425. Grayscale: #787878. Windows color (decimal): -11502630 or 14318416. OLE color: 14318416.

HSL color Cylindrical-coordinate representation of color #507BDA: hue angle of 221.3º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #507BDA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 123 218 -
CMYK 0.63 0.44 0 0.15
HSL 221.3º 0.65% 0.58% -
HSV(B) 221.3º 0.63% 0.85% -
XYZ 23.05 20.93 69.16 -
YUV 120.97 182.75 98.78 -
System Red Green Blue C M Y K H S L
Decimal 80 123 218 0.63 0.44 0 0.15 221.3 0.65 0.58
Hex 50 7B DA 3F 2C 0 F DD 41 3A
Octal 120 173 332 77 54 0 17 335 101 72
Binary 1010000 1111011 11011010 111111 101100 0 1111 11011101 1000001 111010

Color Harmonies of #507BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BDA

Black with #507BDA

Text Example


Text Example

White with #507BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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