Html Css Color HEX #506FE8 Royal Blue

📋 copy color: '#506FE8'

red 80 ◦ green 111 ◦ blue 232

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

Shades of Royal Blue #506FE8

Tints of Royal Blue #506FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 18.91%
G = 26.24%
B = 54.85%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#506FE8 (or 0x506FE8) is known color: Royal Blue. HEX triplet: 50, 6F and E8. RGB value is (80,111,232). Sum of RGB (Red+Green+Blue) = 80+111+232=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #506FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FE8 is #AF9017. Grayscale: #737373. Windows color (decimal): -11505688 or 15232848. OLE color: 15232848.

HSL color Cylindrical-coordinate representation of color #506FE8: hue angle of 227.76º 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 #506FE8 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 111 232 -
CMYK 0.66 0.52 0 0.09
HSL 227.76º 0.77% 0.61% -
HSV(B) 227.76º 0.66% 0.91% -
XYZ 23.56 18.9 78.75 -
YUV 115.53 193.73 102.66 -
System Red Green Blue C M Y K H S L
Decimal 80 111 232 0.66 0.52 0 0.09 227.76 0.77 0.61
Hex 50 6F E8 42 34 0 9 E4 4D 3D
Octal 120 157 350 102 64 0 11 344 115 75
Binary 1010000 1101111 11101000 1000010 110100 0 1001 11100100 1001101 111101

Color Harmonies of #506FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FE8

Black with #506FE8

Text Example


Text Example

White with #506FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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