Html Css Color HEX #506BCB Royal Blue

📋 copy color: '#506BCB'

red 80 ◦ green 107 ◦ blue 203

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

Shades of Royal Blue #506BCB

Tints of Royal Blue #506BCB

RGB

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

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

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

R = 20.51%
G = 27.44%
B = 52.05%

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

#506BCB (or 0x506BCB) is known color: Royal Blue. HEX triplet: 50, 6B and CB. RGB value is (80,107,203). Sum of RGB (Red+Green+Blue) = 80+107+203=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #506BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BCB is #AF9434. Grayscale: #6D6D6D. Windows color (decimal): -11506741 or 13331280. OLE color: 13331280.

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

Color convert

RGB 80 107 203 -
CMYK 0.61 0.47 0 0.20
HSL 226.83º 0.54% 0.55% -
HSV(B) 226.83º 0.61% 0.8% -
XYZ 19.35 16.53 58.67 -
YUV 109.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 80 107 203 0.61 0.47 0 0.20 226.83 0.54 0.55
Hex 50 6B CB 3D 2F 0 14 E3 36 37
Octal 120 153 313 75 57 0 24 343 66 67
Binary 1010000 1101011 11001011 111101 101111 0 10100 11100011 110110 110111

Color Harmonies of #506BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BCB

Black with #506BCB

Text Example


Text Example

White with #506BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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