Html Css Color HEX #506AF0 Royal Blue

📋 copy color: '#506AF0'

red 80 ◦ green 106 ◦ blue 240

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

Shades of Royal Blue #506AF0

Tints of Royal Blue #506AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.34%

R = 18.78%
G = 24.88%
B = 56.34%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#506AF0 (or 0x506AF0) is known color: Royal Blue. HEX triplet: 50, 6A and F0. RGB value is (80,106,240). Sum of RGB (Red+Green+Blue) = 80+106+240=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #506AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506AF0 is #AF950F. Grayscale: #707070. Windows color (decimal): -11506960 or 15755856. OLE color: 15755856.

HSL color Cylindrical-coordinate representation of color #506AF0: hue angle of 230.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506AF0 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 106 240 -
CMYK 0.67 0.56 0 0.06
HSL 230.25º 0.84% 0.63% -
HSV(B) 230.25º 0.67% 0.94% -
XYZ 24.19 18.3 84.7 -
YUV 113.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 80 106 240 0.67 0.56 0 0.06 230.25 0.84 0.63
Hex 50 6A F0 43 38 0 6 E6 54 3F
Octal 120 152 360 103 70 0 6 346 124 77
Binary 1010000 1101010 11110000 1000011 111000 0 110 11100110 1010100 111111

Color Harmonies of #506AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AF0

Black with #506AF0

Text Example


Text Example

White with #506AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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