Html Css Color HEX #506FCF Royal Blue

📋 copy color: '#506FCF'

red 80 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #506FCF

Tints of Royal Blue #506FCF

RGB

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

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

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

R = 20.1%
G = 27.89%
B = 52.01%

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

#506FCF (or 0x506FCF) is known color: Royal Blue. HEX triplet: 50, 6F and CF. RGB value is (80,111,207). Sum of RGB (Red+Green+Blue) = 80+111+207=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #506FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506FCF is #AF9030. Grayscale: #707070. Windows color (decimal): -11505713 or 13594448. OLE color: 13594448.

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

Color convert

RGB 80 111 207 -
CMYK 0.61 0.46 0 0.19
HSL 225.35º 0.57% 0.56% -
HSV(B) 225.35º 0.61% 0.81% -
XYZ 20.26 17.58 61.36 -
YUV 112.68 181.23 104.69 -
System Red Green Blue C M Y K H S L
Decimal 80 111 207 0.61 0.46 0 0.19 225.35 0.57 0.56
Hex 50 6F CF 3D 2E 0 13 E1 39 38
Octal 120 157 317 75 56 0 23 341 71 70
Binary 1010000 1101111 11001111 111101 101110 0 10011 11100001 111001 111000

Color Harmonies of #506FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FCF

Black with #506FCF

Text Example


Text Example

White with #506FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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