Html Css Color HEX #507BDE Royal Blue

📋 copy color: '#507BDE'

red 80 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #507BDE

Tints of Royal Blue #507BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 18.82%
G = 28.94%
B = 52.24%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#507BDE (or 0x507BDE) is known color: Royal Blue. HEX triplet: 50, 7B and DE. RGB value is (80,123,222). Sum of RGB (Red+Green+Blue) = 80+123+222=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #507BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BDE is #AF8421. Grayscale: #787878. Windows color (decimal): -11502626 or 14580560. OLE color: 14580560.

HSL color Cylindrical-coordinate representation of color #507BDE: hue angle of 221.83º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #507BDE is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 123 222 -
CMYK 0.64 0.45 0 0.13
HSL 221.83º 0.68% 0.59% -
HSV(B) 221.83º 0.64% 0.87% -
XYZ 23.58 21.15 71.95 -
YUV 121.43 184.75 98.45 -
System Red Green Blue C M Y K H S L
Decimal 80 123 222 0.64 0.45 0 0.13 221.83 0.68 0.59
Hex 50 7B DE 40 2D 0 D DE 44 3B
Octal 120 173 336 100 55 0 15 336 104 73
Binary 1010000 1111011 11011110 1000000 101101 0 1101 11011110 1000100 111011

Color Harmonies of #507BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BDE

Black with #507BDE

Text Example


Text Example

White with #507BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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