Html Css Color HEX #506BCF Royal Blue

📋 copy color: '#506BCF'

red 80 ◦ green 107 ◦ blue 207

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

Shades of Royal Blue #506BCF

Tints of Royal Blue #506BCF

RGB

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

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

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

R = 20.3%
G = 27.16%
B = 52.54%

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

#506BCF (or 0x506BCF) is known color: Royal Blue. HEX triplet: 50, 6B and CF. RGB value is (80,107,207). Sum of RGB (Red+Green+Blue) = 80+107+207=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #506BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BCF is #AF9430. Grayscale: #6D6D6D. Windows color (decimal): -11506737 or 13593424. OLE color: 13593424.

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

Color convert

RGB 80 107 207 -
CMYK 0.61 0.48 0 0.19
HSL 227.24º 0.57% 0.56% -
HSV(B) 227.24º 0.61% 0.81% -
XYZ 19.83 16.73 61.21 -
YUV 110.33 182.55 106.37 -
System Red Green Blue C M Y K H S L
Decimal 80 107 207 0.61 0.48 0 0.19 227.24 0.57 0.56
Hex 50 6B CF 3D 30 0 13 E3 39 38
Octal 120 153 317 75 60 0 23 343 71 70
Binary 1010000 1101011 11001111 111101 110000 0 10011 11100011 111001 111000

Color Harmonies of #506BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BCF

Black with #506BCF

Text Example


Text Example

White with #506BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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