Html Css Color HEX #507EEC Royal Blue

📋 copy color: '#507EEC'

red 80 ◦ green 126 ◦ blue 236

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

Shades of Royal Blue #507EEC

Tints of Royal Blue #507EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.51%

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

R = 18.1%
G = 28.51%
B = 53.39%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#507EEC (or 0x507EEC) is known color: Royal Blue. HEX triplet: 50, 7E and EC. RGB value is (80,126,236). Sum of RGB (Red+Green+Blue) = 80+126+236=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #507EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EEC is #AF8113. Grayscale: #7C7C7C. Windows color (decimal): -11501844 or 15498832. OLE color: 15498832.

HSL color Cylindrical-coordinate representation of color #507EEC: hue angle of 222.31º 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 #507EEC is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 126 236 -
CMYK 0.66 0.47 0 0.07
HSL 222.31º 0.8% 0.62% -
HSV(B) 222.31º 0.66% 0.93% -
XYZ 25.91 22.68 82.37 -
YUV 124.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 80 126 236 0.66 0.47 0 0.07 222.31 0.8 0.62
Hex 50 7E EC 42 2F 0 7 DE 50 3E
Octal 120 176 354 102 57 0 7 336 120 76
Binary 1010000 1111110 11101100 1000010 101111 0 111 11011110 1010000 111110

Color Harmonies of #507EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EEC

Black with #507EEC

Text Example


Text Example

White with #507EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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