#2F55E5

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

Shades of Royal Blue #2F55E5

Tints of Royal Blue #2F55E5

Color information

#2F55E5 (or 0x2F55E5) is unknown color: approx Royal Blue. HEX triplet: 2F, 55 and E5. RGB value is (47,85,229). Sum of RGB (Red+Green+Blue) = 47+85+229=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F55E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F55E5 is #D0AA1A. Grayscale: #595959. Windows color (decimal): -13675035 or 15029551. OLE color: 15029551.

HSL color Cylindrical-coordinate representation of color #2F55E5: hue angle of 227.47º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F55E5 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4785229-
CMYK0.790.6300.10
HSL227.47º77.78%54.12%-
HSV(B)227.47º79.48%89.8%-
XYZ18.5612.7675.61-
YUV90.05206.4197.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.02%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 229 (89.84% from 255) = 63.43%
R=13.02%
G=23.55%
B=63.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal47852290.790.6300.10227.4777.7854.12
Hex2F55E54F3F0Ae34e36
Octal571253451177701234311666
Binary101111101010111100101100111111111101010111000111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F55E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,85,229); }

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

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

 a { background-color: rgb(47,85,229); }

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

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

 span { border-color: rgb(47,85,229); }

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