Html Css Color HEX #506BE8 Royal Blue

📋 copy color: '#506BE8'

red 80 ◦ green 107 ◦ blue 232

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

Shades of Royal Blue #506BE8

Tints of Royal Blue #506BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.54%

 BLUE value IS 232 (91.02% from 255) = 55.37%

R = 19.09%
G = 25.54%
B = 55.37%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#506BE8 (or 0x506BE8) is known color: Royal Blue. HEX triplet: 50, 6B and E8. RGB value is (80,107,232). Sum of RGB (Red+Green+Blue) = 80+107+232=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #506BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506BE8 is #AF9417. Grayscale: #707070. Windows color (decimal): -11506712 or 15231824. OLE color: 15231824.

HSL color Cylindrical-coordinate representation of color #506BE8: hue angle of 229.34º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506BE8 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 107 232 -
CMYK 0.66 0.54 0 0.09
HSL 229.34º 0.77% 0.61% -
HSV(B) 229.34º 0.66% 0.91% -
XYZ 23.13 18.05 78.61 -
YUV 113.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 80 107 232 0.66 0.54 0 0.09 229.34 0.77 0.61
Hex 50 6B E8 42 36 0 9 E5 4D 3D
Octal 120 153 350 102 66 0 11 345 115 75
Binary 1010000 1101011 11101000 1000010 110110 0 1001 11100101 1001101 111101

Color Harmonies of #506BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BE8

Black with #506BE8

Text Example


Text Example

White with #506BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506BE8; }

 p { color: rgb(80,107,232); }

 H1.HeaderClassName
 {
   color: #506BE8;
 }
 .AnyTagClassName
 {
   color: #506BE8;
 }
</style>

background-color css

<style>
 a { background-color: #506BE8; }

 a { background-color: rgb(80,107,232); }

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

border-color css

<style>
 span { border-color: #506BE8; }

 span { border-color: rgb(80,107,232); }

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