#2A55DA

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

Shades of Cerulean Blue #2A55DA

Tints of Cerulean Blue #2A55DA

Color information

#2A55DA (or 0x2A55DA) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 55 and DA. RGB value is (42,85,218). Sum of RGB (Red+Green+Blue) = 42+85+218=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A55DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A55DA is #D5AA25. Grayscale: #565656. Windows color (decimal): -14002726 or 14308650. OLE color: 14308650.

HSL color Cylindrical-coordinate representation of color #2A55DA: hue angle of 225.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A55DA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4285218-
CMYK0.810.6100.15
HSL225.34º70.4%50.98%-
HSV(B)225.34º80.73%85.49%-
XYZ16.8612.0567.77-
YUV87.3201.7595.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.17%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 218 (85.55% from 255) = 63.19%
R=12.17%
G=24.64%
B=63.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal42852180.810.6100.15225.3470.450.98
Hex2A55DA513D0Fe14633
Octal521253321217501734110663
Binary101010101010111011010101000111110101111111000011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A55DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,218); }

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

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

 a { background-color: rgb(42,85,218); }

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

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

 span { border-color: rgb(42,85,218); }

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