Html Css Color HEX #506BFC Royal Blue

📋 copy color: '#506BFC'

red 80 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #506BFC

Tints of Royal Blue #506BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 18.22%
G = 24.37%
B = 57.4%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#506BFC (or 0x506BFC) is known color: Royal Blue. HEX triplet: 50, 6B and FC. RGB value is (80,107,252). Sum of RGB (Red+Green+Blue) = 80+107+252=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #506BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506BFC is #AF9403. Grayscale: #727272. Windows color (decimal): -11506692 or 16542544. OLE color: 16542544.

HSL color Cylindrical-coordinate representation of color #506BFC: hue angle of 230.58º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506BFC is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 107 252 -
CMYK 0.68 0.58 0 0.01
HSL 230.58º 0.97% 0.65% -
HSV(B) 230.58º 0.68% 0.99% -
XYZ 26.14 19.25 94.43 -
YUV 115.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 80 107 252 0.68 0.58 0 0.01 230.58 0.97 0.65
Hex 50 6B FC 44 3A 0 1 E7 61 41
Octal 120 153 374 104 72 0 1 347 141 101
Binary 1010000 1101011 11111100 1000100 111010 0 1 11100111 1100001 1000001

Color Harmonies of #506BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BFC

Black with #506BFC

Text Example


Text Example

White with #506BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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