#2C5BF3

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

Shades of Royal Blue #2C5BF3

Tints of Royal Blue #2C5BF3

Color information

#2C5BF3 (or 0x2C5BF3) is unknown color: approx Royal Blue. HEX triplet: 2C, 5B and F3. RGB value is (44,91,243). Sum of RGB (Red+Green+Blue) = 44+91+243=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #2C5BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BF3 is #D3A40C. Grayscale: #5D5D5D. Windows color (decimal): -13870093 or 15948588. OLE color: 15948588.

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

Color convert

RGB4491243-
CMYK0.820.6300.05
HSL225.83º89.24%56.27%-
HSV(B)225.83º81.89%95.29%-
XYZ20.9614.4986.49-
YUV94.28211.9392.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 243 (95.31% from 255) = 64.29%
R=11.64%
G=24.07%
B=64.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal44912430.820.6300.05225.8389.2456.27
Hex2C5BF3523F05e25938
Octal54133363122770534213170
Binary10110010110111111001110100101111110101111000101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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