Html Css Color HEX #506BCE Royal Blue

📋 copy color: '#506BCE'

red 80 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #506BCE

Tints of Royal Blue #506BCE

RGB

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

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

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

R = 20.36%
G = 27.23%
B = 52.42%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#506BCE (or 0x506BCE) is known color: Royal Blue. HEX triplet: 50, 6B and CE. RGB value is (80,107,206). Sum of RGB (Red+Green+Blue) = 80+107+206=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #506BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BCE is #AF9431. Grayscale: #6D6D6D. Windows color (decimal): -11506738 or 13527888. OLE color: 13527888.

HSL color Cylindrical-coordinate representation of color #506BCE: hue angle of 227.14º 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 #506BCE is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 107 206 -
CMYK 0.61 0.48 0 0.19
HSL 227.14º 0.56% 0.56% -
HSV(B) 227.14º 0.61% 0.81% -
XYZ 19.71 16.68 60.57 -
YUV 110.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 80 107 206 0.61 0.48 0 0.19 227.14 0.56 0.56
Hex 50 6B CE 3D 30 0 13 E3 38 38
Octal 120 153 316 75 60 0 23 343 70 70
Binary 1010000 1101011 11001110 111101 110000 0 10011 11100011 111000 111000

Color Harmonies of #506BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BCE

Black with #506BCE

Text Example


Text Example

White with #506BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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