#2A50F1

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

Shades of Royal Blue #2A50F1

Tints of Royal Blue #2A50F1

Color information

#2A50F1 (or 0x2A50F1) is unknown color: approx Royal Blue. HEX triplet: 2A, 50 and F1. RGB value is (42,80,241). Sum of RGB (Red+Green+Blue) = 42+80+241=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #2A50F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A50F1 is #D5AF0E. Grayscale: #565656. Windows color (decimal): -14003983 or 15814698. OLE color: 15814698.

HSL color Cylindrical-coordinate representation of color #2A50F1: hue angle of 228.54º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A50F1 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4280241-
CMYK0.830.6700.05
HSL228.54º87.67%55.49%-
HSV(B)228.54º82.57%94.51%-
XYZ19.712.5884.61-
YUV86.99214.9195.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.57%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 241 (94.53% from 255) = 66.39%
R=11.57%
G=22.04%
B=66.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42802410.830.6700.05228.5487.6755.49
Hex2A50F1534305e55837
Octal521203611231030534513067
Binary101010101000011110001101001110000110101111001011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A50F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A50F1; }

 p { color: rgb(42,80,241); }

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

<style>
 a { background-color: #2A50F1; }

 a { background-color: rgb(42,80,241); }

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

<style>
 span { border-color: #2A50F1; }

 span { border-color: rgb(42,80,241); }

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