#2D5AF2

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

Shades of Royal Blue #2D5AF2

Tints of Royal Blue #2D5AF2

Color information

#2D5AF2 (or 0x2D5AF2) is unknown color: approx Royal Blue. HEX triplet: 2D, 5A and F2. RGB value is (45,90,242). Sum of RGB (Red+Green+Blue) = 45+90+242=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #2D5AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5AF2 is #D2A50D. Grayscale: #5D5D5D. Windows color (decimal): -13804814 or 15882797. OLE color: 15882797.

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

Color convert

RGB4590242-
CMYK0.810.6300.05
HSL226.29º88.34%56.27%-
HSV(B)226.29º81.4%94.9%-
XYZ20.7714.2885.67-
YUV93.87211.5993.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.94%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 242 (94.92% from 255) = 64.19%
R=11.94%
G=23.87%
B=64.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal45902420.810.6300.05226.2988.3456.27
Hex2D5AF2513F05e25838
Octal55132362121770534213070
Binary10110110110101111001010100011111110101111000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,90,242); }

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

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

 a { background-color: rgb(45,90,242); }

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

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

 span { border-color: rgb(45,90,242); }

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