Html Css Color HEX #506BCC Royal Blue

📋 copy color: '#506BCC'

red 80 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #506BCC

Tints of Royal Blue #506BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 20.46%
G = 27.37%
B = 52.17%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#506BCC (or 0x506BCC) is known color: Royal Blue. HEX triplet: 50, 6B and CC. RGB value is (80,107,204). Sum of RGB (Red+Green+Blue) = 80+107+204=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #506BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BCC is #AF9433. Grayscale: #6D6D6D. Windows color (decimal): -11506740 or 13396816. OLE color: 13396816.

HSL color Cylindrical-coordinate representation of color #506BCC: hue angle of 226.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506BCC is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 107 204 -
CMYK 0.61 0.48 0 0.2
HSL 226.94º 0.55% 0.56% -
HSV(B) 226.94º 0.61% 0.8% -
XYZ 19.47 16.58 59.3 -
YUV 109.99 181.05 106.61 -
System Red Green Blue C M Y K H S L
Decimal 80 107 204 0.61 0.48 0 0.2 226.94 0.55 0.56
Hex 50 6B CC 3D 30 0 14 E3 37 38
Octal 120 153 314 75 60 0 24 343 67 70
Binary 1010000 1101011 11001100 111101 110000 0 10100 11100011 110111 111000

Color Harmonies of #506BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BCC

Black with #506BCC

Text Example


Text Example

White with #506BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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