#2A52F7

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

Shades of Royal Blue #2A52F7

Tints of Royal Blue #2A52F7

Color information

#2A52F7 (or 0x2A52F7) is unknown color: approx Royal Blue. HEX triplet: 2A, 52 and F7. RGB value is (42,82,247). Sum of RGB (Red+Green+Blue) = 42+82+247=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #2A52F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A52F7 is #D5AD08. Grayscale: #585858. Windows color (decimal): -14003465 or 16208426. OLE color: 16208426.

HSL color Cylindrical-coordinate representation of color #2A52F7: hue angle of 228.29º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A52F7 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4282247-
CMYK0.830.6700.03
HSL228.29º92.76%56.67%-
HSV(B)228.29º83%96.86%-
XYZ20.7613.2489.46-
YUV88.85217.2594.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.32%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 247 (96.88% from 255) = 66.58%
R=11.32%
G=22.10%
B=66.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal42822470.830.6700.03228.2992.7656.67
Hex2A52F7534303e45d39
Octal521223671231030334413571
Binary10101010100101111011110100111000011011111001001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A52F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,247); }

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

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

 a { background-color: rgb(42,82,247); }

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

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

 span { border-color: rgb(42,82,247); }

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