Html Css Color HEX #506DCF Royal Blue

📋 copy color: '#506DCF'

red 80 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #506DCF

Tints of Royal Blue #506DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 20.2%
G = 27.53%
B = 52.27%

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

#506DCF (or 0x506DCF) is known color: Royal Blue. HEX triplet: 50, 6D and CF. RGB value is (80,109,207). Sum of RGB (Red+Green+Blue) = 80+109+207=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #506DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DCF is #AF9230. Grayscale: #6F6F6F. Windows color (decimal): -11506225 or 13593936. OLE color: 13593936.

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

Color convert

RGB 80 109 207 -
CMYK 0.61 0.47 0 0.19
HSL 226.3º 0.57% 0.56% -
HSV(B) 226.3º 0.61% 0.81% -
XYZ 20.04 17.15 61.29 -
YUV 111.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 80 109 207 0.61 0.47 0 0.19 226.3 0.57 0.56
Hex 50 6D CF 3D 2F 0 13 E2 39 38
Octal 120 155 317 75 57 0 23 342 71 70
Binary 1010000 1101101 11001111 111101 101111 0 10011 11100010 111001 111000

Color Harmonies of #506DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DCF

Black with #506DCF

Text Example


Text Example

White with #506DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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