Html Css Color HEX #506FFB Royal Blue

📋 copy color: '#506FFB'

red 80 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #506FFB

Tints of Royal Blue #506FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 18.1%
G = 25.11%
B = 56.79%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#506FFB (or 0x506FFB) is known color: Royal Blue. HEX triplet: 50, 6F and FB. RGB value is (80,111,251). Sum of RGB (Red+Green+Blue) = 80+111+251=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #506FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FFB is #AF9004. Grayscale: #757575. Windows color (decimal): -11505669 or 16478032. OLE color: 16478032.

HSL color Cylindrical-coordinate representation of color #506FFB: hue angle of 229.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506FFB is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 111 251 -
CMYK 0.68 0.56 0 0.02
HSL 229.12º 0.96% 0.65% -
HSV(B) 229.12º 0.68% 0.98% -
XYZ 26.41 20.04 93.74 -
YUV 117.69 203.23 101.12 -
System Red Green Blue C M Y K H S L
Decimal 80 111 251 0.68 0.56 0 0.02 229.12 0.96 0.65
Hex 50 6F FB 44 38 0 2 E5 60 41
Octal 120 157 373 104 70 0 2 345 140 101
Binary 1010000 1101111 11111011 1000100 111000 0 10 11100101 1100000 1000001

Color Harmonies of #506FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506FFB

Black with #506FFB

Text Example


Text Example

White with #506FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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