#2A5AC2

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

Shades of Cerulean Blue #2A5AC2

Tints of Cerulean Blue #2A5AC2

Color information

#2A5AC2 (or 0x2A5AC2) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5A and C2. RGB value is (42,90,194). Sum of RGB (Red+Green+Blue) = 42+90+194=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #2A5AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5AC2 is #D5A53D. Grayscale: #575757. Windows color (decimal): -14001470 or 12737066. OLE color: 12737066.

HSL color Cylindrical-coordinate representation of color #2A5AC2: hue angle of 221.05º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A5AC2 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4290194-
CMYK0.780.5400.24
HSL221.05º64.41%46.27%-
HSV(B)221.05º78.35%76.08%-
XYZ14.3511.752.54-
YUV87.5188.195.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.88%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 194 (76.17% from 255) = 59.51%
R=12.88%
G=27.61%
B=59.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42901940.780.5400.24221.0564.4146.27
Hex2A5AC24E36018dd402e
Octal521323021166603033510056
Binary1010101011010110000101001110110110011000110111011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,90,194); }

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

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

 a { background-color: rgb(42,90,194); }

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

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

 span { border-color: rgb(42,90,194); }

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