Html Css Color HEX #506FCE Royal Blue

📋 copy color: '#506FCE'

red 80 ◦ green 111 ◦ blue 206

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

Shades of Royal Blue #506FCE

Tints of Royal Blue #506FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 20.15%
G = 27.96%
B = 51.89%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#506FCE (or 0x506FCE) is known color: Royal Blue. HEX triplet: 50, 6F and CE. RGB value is (80,111,206). Sum of RGB (Red+Green+Blue) = 80+111+206=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #506FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FCE is #AF9031. Grayscale: #707070. Windows color (decimal): -11505714 or 13528912. OLE color: 13528912.

HSL color Cylindrical-coordinate representation of color #506FCE: hue angle of 225.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506FCE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 111 206 -
CMYK 0.61 0.46 0 0.19
HSL 225.24º 0.56% 0.56% -
HSV(B) 225.24º 0.61% 0.81% -
XYZ 20.13 17.53 60.72 -
YUV 112.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 80 111 206 0.61 0.46 0 0.19 225.24 0.56 0.56
Hex 50 6F CE 3D 2E 0 13 E1 38 38
Octal 120 157 316 75 56 0 23 341 70 70
Binary 1010000 1101111 11001110 111101 101110 0 10011 11100001 111000 111000

Color Harmonies of #506FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FCE

Black with #506FCE

Text Example


Text Example

White with #506FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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