#2A53DD

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

Shades of Cerulean Blue #2A53DD

Tints of Cerulean Blue #2A53DD

Color information

#2A53DD (or 0x2A53DD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 53 and DD. RGB value is (42,83,221). Sum of RGB (Red+Green+Blue) = 42+83+221=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A53DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A53DD is #D5AC22. Grayscale: #555555. Windows color (decimal): -14003235 or 14504746. OLE color: 14504746.

HSL color Cylindrical-coordinate representation of color #2A53DD: hue angle of 226.26º 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 #2A53DD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4283221-
CMYK0.810.6200.13
HSL226.26º72.47%51.57%-
HSV(B)226.26º81%86.67%-
XYZ17.111.969.8-
YUV86.47203.9296.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.14%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 221 (86.72% from 255) = 63.87%
R=12.14%
G=23.99%
B=63.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42832210.810.6200.13226.2672.4751.57
Hex2A53DD513E0De24834
Octal521233351217601534211064
Binary101010101001111011101101000111111001101111000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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