#2A5EB5

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

Shades of Cerulean Blue #2A5EB5

Tints of Cerulean Blue #2A5EB5

Color information

#2A5EB5 (or 0x2A5EB5) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5E and B5. RGB value is (42,94,181). Sum of RGB (Red+Green+Blue) = 42+94+181=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A5EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5EB5 is #D5A14A. Grayscale: #575757. Windows color (decimal): -14000459 or 11886122. OLE color: 11886122.

HSL color Cylindrical-coordinate representation of color #2A5EB5: hue angle of 217.55º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A5EB5 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4294181-
CMYK0.770.4800.29
HSL217.55º62.33%43.73%-
HSV(B)217.55º76.8%70.98%-
XYZ13.311.8345.3-
YUV88.37180.2794.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=13.25%
G=29.65%
B=57.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42941810.770.4800.29217.5562.3343.73
Hex2A5EB54D3001Dda3e2c
Octal52136265115600353327654
Binary101010101111010110101100110111000001110111011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,94,181); }

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

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

 a { background-color: rgb(42,94,181); }

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

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

 span { border-color: rgb(42,94,181); }

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