Html Css Color HEX #506CCB Royal Blue

📋 copy color: '#506CCB'

red 80 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #506CCB

Tints of Royal Blue #506CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 20.46%
G = 27.62%
B = 51.92%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#506CCB (or 0x506CCB) is known color: Royal Blue. HEX triplet: 50, 6C and CB. RGB value is (80,108,203). Sum of RGB (Red+Green+Blue) = 80+108+203=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #506CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CCB is #AF9334. Grayscale: #6E6E6E. Windows color (decimal): -11506485 or 13331536. OLE color: 13331536.

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

Color convert

RGB 80 108 203 -
CMYK 0.61 0.47 0 0.20
HSL 226.34º 0.54% 0.55% -
HSV(B) 226.34º 0.61% 0.8% -
XYZ 19.45 16.74 58.71 -
YUV 110.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 80 108 203 0.61 0.47 0 0.20 226.34 0.54 0.55
Hex 50 6C CB 3D 2F 0 14 E2 36 37
Octal 120 154 313 75 57 0 24 342 66 67
Binary 1010000 1101100 11001011 111101 101111 0 10100 11100010 110110 110111

Color Harmonies of #506CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CCB

Black with #506CCB

Text Example


Text Example

White with #506CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,203); }

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

background-color css

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

 a { background-color: rgb(80,108,203); }

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

border-color css

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

 span { border-color: rgb(80,108,203); }

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