Html Css Color HEX #506DCE Royal Blue

📋 copy color: '#506DCE'

red 80 ◦ green 109 ◦ blue 206

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

Shades of Royal Blue #506DCE

Tints of Royal Blue #506DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

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

R = 20.25%
G = 27.59%
B = 52.15%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#506DCE (or 0x506DCE) is known color: Royal Blue. HEX triplet: 50, 6D and CE. RGB value is (80,109,206). Sum of RGB (Red+Green+Blue) = 80+109+206=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #506DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DCE is #AF9231. Grayscale: #6E6E6E. Windows color (decimal): -11506226 or 13528400. OLE color: 13528400.

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

Color convert

RGB 80 109 206 -
CMYK 0.61 0.47 0 0.19
HSL 226.19º 0.56% 0.56% -
HSV(B) 226.19º 0.61% 0.81% -
XYZ 19.92 17.1 60.64 -
YUV 111.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 80 109 206 0.61 0.47 0 0.19 226.19 0.56 0.56
Hex 50 6D CE 3D 2F 0 13 E2 38 38
Octal 120 155 316 75 57 0 23 342 70 70
Binary 1010000 1101101 11001110 111101 101111 0 10011 11100010 111000 111000

Color Harmonies of #506DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DCE

Black with #506DCE

Text Example


Text Example

White with #506DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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