#2C5BEC

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

Shades of Royal Blue #2C5BEC

Tints of Royal Blue #2C5BEC

Color information

#2C5BEC (or 0x2C5BEC) is unknown color: approx Royal Blue. HEX triplet: 2C, 5B and EC. RGB value is (44,91,236). Sum of RGB (Red+Green+Blue) = 44+91+236=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C5BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BEC is #D3A413. Grayscale: #5C5C5C. Windows color (decimal): -13870100 or 15489836. OLE color: 15489836.

HSL color Cylindrical-coordinate representation of color #2C5BEC: hue angle of 225.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C5BEC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4491236-
CMYK0.810.6100.07
HSL225.31º83.48%54.9%-
HSV(B)225.31º81.36%92.55%-
XYZ19.9214.0781.02-
YUV93.48208.4392.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.86%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 236 (92.58% from 255) = 63.61%
R=11.86%
G=24.53%
B=63.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal44912360.810.6100.07225.3183.4854.9
Hex2C5BEC513D07e15337
Octal54133354121750734112367
Binary10110010110111110110010100011111010111111000011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,91,236); }

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

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

 a { background-color: rgb(44,91,236); }

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

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

 span { border-color: rgb(44,91,236); }

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