#2C5AFF

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

Shades of Royal Blue #2C5AFF

Tints of Royal Blue #2C5AFF

Color information

#2C5AFF (or 0x2C5AFF) is unknown color: approx Royal Blue. HEX triplet: 2C, 5A and FF. RGB value is (44,90,255). Sum of RGB (Red+Green+Blue) = 44+90+255=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5AFF is #D3A500. Grayscale: #5E5E5E. Windows color (decimal): -13870337 or 16734764. OLE color: 16734764.

HSL color Cylindrical-coordinate representation of color #2C5AFF: hue angle of 226.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C5AFF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4490255-
CMYK0.830.6500
HSL226.92º100%58.63%-
HSV(B)226.92º82.75%100%-
XYZ22.7415.0796.32-
YUV95.06218.2691.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.31%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 255 (100% from 255) = 65.55%
R=11.31%
G=23.14%
B=65.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal44902550.830.6500226.9210058.63
Hex2C5AFF534100e3643b
Octal541323771231010034314473
Binary1011001011010111111111010011100000100111000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,90,255); }

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

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

 a { background-color: rgb(44,90,255); }

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

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

 span { border-color: rgb(44,90,255); }

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