#2C54E6

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

Shades of Royal Blue #2C54E6

Tints of Royal Blue #2C54E6

Color information

#2C54E6 (or 0x2C54E6) is unknown color: approx Royal Blue. HEX triplet: 2C, 54 and E6. RGB value is (44,84,230). Sum of RGB (Red+Green+Blue) = 44+84+230=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #2C54E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C54E6 is #D3AB19. Grayscale: #585858. Windows color (decimal): -13871898 or 15094828. OLE color: 15094828.

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

Color convert

RGB4484230-
CMYK0.810.6300.10
HSL227.1º78.81%53.73%-
HSV(B)227.1º80.87%90.2%-
XYZ18.4912.5976.32-
YUV88.68207.7596.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.29%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 230 (90.23% from 255) = 64.25%
R=12.29%
G=23.46%
B=64.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal44842300.810.6300.10227.178.8153.73
Hex2C54E6513F0Ae34f36
Octal541243461217701234311766
Binary101100101010011100110101000111111101010111000111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C54E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,84,230); }

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

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

 a { background-color: rgb(44,84,230); }

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

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

 span { border-color: rgb(44,84,230); }

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