#507AF8

Color #507AF8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #507AF8

Tints of Royal Blue #507AF8

Color information

#507AF8 (or 0x507AF8) is unknown color: approx Royal Blue. HEX triplet: 50, 7A and F8. RGB value is (80,122,248). Sum of RGB (Red+Green+Blue) = 80+122+248=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #507AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507AF8 is #AF8507. Grayscale: #7B7B7B. Windows color (decimal): -11502856 or 16284240. OLE color: 16284240.

HSL color Cylindrical-coordinate representation of color #507AF8: hue angle of 225º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507AF8 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB80122248-
CMYK0.680.5100.03
HSL225º92.31%64.31%-
HSV(B)225º67.74%97.25%-
XYZ27.2122.491.7-
YUV123.81198.0996.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.78%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 248 (97.27% from 255) = 55.11%
R=17.78%
G=27.11%
B=55.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal801222480.680.5100.0322592.3164.31
Hex507AF8443303e15c40
Octal1201723701046303341134100
Binary101000011110101111100010001001100110111110000110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507AF8; }

 p { color: rgb(80,122,248); }

 H1.HeaderClassName
 {
   color: #507AF8;
 }
 .AnyTagClassName
 {
   color: #507AF8;
 }
</style>
background-color css

<style>
 a { background-color: #507AF8; }

 a { background-color: rgb(80,122,248); }

 div.DivClassName
 {
   background-color: #507AF8;
 }
 .BgClassName
 {
   background-color: #507AF8;
 }
</style>
border-color css

<style>
 span { border-color: #507AF8; }

 span { border-color: rgb(80,122,248); }

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