Html Css Color HEX #506ECF Royal Blue

📋 copy color: '#506ECF'

red 80 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #506ECF

Tints of Royal Blue #506ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.71%

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

R = 20.15%
G = 27.71%
B = 52.14%

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

#506ECF (or 0x506ECF) is known color: Royal Blue. HEX triplet: 50, 6E and CF. RGB value is (80,110,207). Sum of RGB (Red+Green+Blue) = 80+110+207=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #506ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ECF is #AF9130. Grayscale: #6F6F6F. Windows color (decimal): -11505969 or 13594192. OLE color: 13594192.

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

Color convert

RGB 80 110 207 -
CMYK 0.61 0.47 0 0.19
HSL 225.83º 0.57% 0.56% -
HSV(B) 225.83º 0.61% 0.81% -
XYZ 20.15 17.36 61.32 -
YUV 112.09 181.56 105.11 -
System Red Green Blue C M Y K H S L
Decimal 80 110 207 0.61 0.47 0 0.19 225.83 0.57 0.56
Hex 50 6E CF 3D 2F 0 13 E2 39 38
Octal 120 156 317 75 57 0 23 342 71 70
Binary 1010000 1101110 11001111 111101 101111 0 10011 11100010 111001 111000

Color Harmonies of #506ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ECF

Black with #506ECF

Text Example


Text Example

White with #506ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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