#2C5ED5

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

Shades of Cerulean Blue #2C5ED5

Tints of Cerulean Blue #2C5ED5

Color information

#2C5ED5 (or 0x2C5ED5) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 5E and D5. RGB value is (44,94,213). Sum of RGB (Red+Green+Blue) = 44+94+213=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 213 (83.59% from 255 or 60.68% from 351); Max value from RGB is 213 - color contains mainly: blue. Hex color #2C5ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5ED5 is #D3A12A. Grayscale: #5C5C5C. Windows color (decimal): -13869355 or 13983276. OLE color: 13983276.

HSL color Cylindrical-coordinate representation of color #2C5ED5: hue angle of 222.25º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C5ED5 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4494213-
CMYK0.790.5600.16
HSL222.25º66.8%50.39%-
HSV(B)222.25º79.34%83.53%-
XYZ17.0513.3464.63-
YUV92.62195.9493.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.54%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 213 (83.59% from 255) = 60.68%
R=12.54%
G=26.78%
B=60.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44942130.790.5600.16222.2566.850.39
Hex2C5ED54F38010de4332
Octal541363251177002033610362
Binary1011001011110110101011001111111000010000110111101000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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