Html Css Color HEX #506ACF Royal Blue

📋 copy color: '#506ACF'

red 80 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #506ACF

Tints of Royal Blue #506ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 20.36%
G = 26.97%
B = 52.67%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#506ACF (or 0x506ACF) is known color: Royal Blue. HEX triplet: 50, 6A and CF. RGB value is (80,106,207). Sum of RGB (Red+Green+Blue) = 80+106+207=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #506ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ACF is #AF9530. Grayscale: #6D6D6D. Windows color (decimal): -11506993 or 13593168. OLE color: 13593168.

HSL color Cylindrical-coordinate representation of color #506ACF: hue angle of 227.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506ACF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 106 207 -
CMYK 0.61 0.49 0 0.19
HSL 227.72º 0.57% 0.56% -
HSV(B) 227.72º 0.61% 0.81% -
XYZ 19.72 16.52 61.18 -
YUV 109.74 182.89 106.79 -
System Red Green Blue C M Y K H S L
Decimal 80 106 207 0.61 0.49 0 0.19 227.72 0.57 0.56
Hex 50 6A CF 3D 31 0 13 E4 39 38
Octal 120 152 317 75 61 0 23 344 71 70
Binary 1010000 1101010 11001111 111101 110001 0 10011 11100100 111001 111000

Color Harmonies of #506ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ACF

Black with #506ACF

Text Example


Text Example

White with #506ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,207); }

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

background-color css

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

 a { background-color: rgb(80,106,207); }

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

border-color css

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

 span { border-color: rgb(80,106,207); }

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