Html Css Color HEX #507BEC Royal Blue

📋 copy color: '#507BEC'

red 80 ◦ green 123 ◦ blue 236

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

Shades of Royal Blue #507BEC

Tints of Royal Blue #507BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 18.22%
G = 28.02%
B = 53.76%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#507BEC (or 0x507BEC) is known color: Royal Blue. HEX triplet: 50, 7B and EC. RGB value is (80,123,236). Sum of RGB (Red+Green+Blue) = 80+123+236=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #507BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BEC is #AF8413. Grayscale: #7A7A7A. Windows color (decimal): -11502612 or 15498064. OLE color: 15498064.

HSL color Cylindrical-coordinate representation of color #507BEC: hue angle of 223.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #507BEC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 123 236 -
CMYK 0.66 0.48 0 0.07
HSL 223.46º 0.8% 0.62% -
HSV(B) 223.46º 0.66% 0.93% -
XYZ 25.53 21.93 82.24 -
YUV 123.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 80 123 236 0.66 0.48 0 0.07 223.46 0.8 0.62
Hex 50 7B EC 42 30 0 7 DF 50 3E
Octal 120 173 354 102 60 0 7 337 120 76
Binary 1010000 1111011 11101100 1000010 110000 0 111 11011111 1010000 111110

Color Harmonies of #507BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BEC

Black with #507BEC

Text Example


Text Example

White with #507BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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