#2A51DD

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

Shades of Cerulean Blue #2A51DD

Tints of Cerulean Blue #2A51DD

Color information

#2A51DD (or 0x2A51DD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 51 and DD. RGB value is (42,81,221). Sum of RGB (Red+Green+Blue) = 42+81+221=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A51DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A51DD is #D5AE22. Grayscale: #545454. Windows color (decimal): -14003747 or 14504234. OLE color: 14504234.

HSL color Cylindrical-coordinate representation of color #2A51DD: hue angle of 226.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A51DD is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4281221-
CMYK0.810.6300.13
HSL226.93º72.47%51.57%-
HSV(B)226.93º81%86.67%-
XYZ16.9511.669.75-
YUV85.3204.5897.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.21%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 221 (86.72% from 255) = 64.24%
R=12.21%
G=23.55%
B=64.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42812210.810.6300.13226.9372.4751.57
Hex2A51DD513F0De34834
Octal521213351217701534311064
Binary101010101000111011101101000111111101101111000111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A51DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,81,221); }

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

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

 a { background-color: rgb(42,81,221); }

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

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

 span { border-color: rgb(42,81,221); }

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