#2C5EFB

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

Shades of Royal Blue #2C5EFB

Tints of Royal Blue #2C5EFB

Color information

#2C5EFB (or 0x2C5EFB) is unknown color: approx Royal Blue. HEX triplet: 2C, 5E and FB. RGB value is (44,94,251). Sum of RGB (Red+Green+Blue) = 44+94+251=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C5EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5EFB is #D3A104. Grayscale: #606060. Windows color (decimal): -13869317 or 16473644. OLE color: 16473644.

HSL color Cylindrical-coordinate representation of color #2C5EFB: hue angle of 225.51º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C5EFB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4494251-
CMYK0.820.6300.02
HSL225.51º96.28%57.84%-
HSV(B)225.51º82.47%98.43%-
XYZ22.4515.5193.08-
YUV96.95214.9490.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.31%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 251 (98.44% from 255) = 64.52%
R=11.31%
G=24.16%
B=64.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal44942510.820.6300.02225.5196.2857.84
Hex2C5EFB523F02e2603a
Octal54136373122770234214072
Binary1011001011110111110111010010111111010111000101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,94,251); }

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

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

 a { background-color: rgb(44,94,251); }

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

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

 span { border-color: rgb(44,94,251); }

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