#2c4ee8

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

Shades of Royal Blue #2C4EE8

Tints of Royal Blue #2C4EE8

Color information

#2C4EE8 (or 0x2C4EE8) is unknown color: approx Royal Blue. HEX triplet: 2C, 4E and E8. RGB value is (44,78,232). Sum of RGB (Red+Green+Blue) = 44+78+232=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 232 (91.02% from 255 or 65.54% from 354); Max value from RGB is 232 - color contains mainly: blue. Hex color #2C4EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C4EE8 is #D3B117. Grayscale: #545454. Windows color (decimal): -13873432 or 15224364. OLE color: 15224364.

HSL color Cylindrical-coordinate representation of color #2C4EE8: hue angle of 229.15º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C4EE8 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4478232-
CMYK0.810.6600.09
HSL229.15º80.34%54.12%-
HSV(B)229.15º81.03%90.98%-
XYZ18.3311.8177.66-
YUV85.39210.7498.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.43%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 232 (91.02% from 255) = 65.54%
R=12.43%
G=22.03%
B=65.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal44782320.810.6600.09229.1580.3454.12
Hex2C4EE8514209e55036
Octal5411635012110201134512066
Binary1011001001110111010001010001100001001001111001011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c4ee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,232); }

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

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

 a { background-color: rgb(44,78,232); }

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

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

 span { border-color: rgb(44,78,232); }

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