#2A5EBF

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

Shades of Cerulean Blue #2A5EBF

Tints of Cerulean Blue #2A5EBF

Color information

#2A5EBF (or 0x2A5EBF) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5E and BF. RGB value is (42,94,191). Sum of RGB (Red+Green+Blue) = 42+94+191=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A5EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5EBF is #D5A140. Grayscale: #595959. Windows color (decimal): -14000449 or 12541482. OLE color: 12541482.

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

Color convert

RGB4294191-
CMYK0.780.5100.25
HSL219.06º63.95%45.69%-
HSV(B)219.06º78.01%74.9%-
XYZ14.3612.2650.9-
YUV89.51185.2794.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.84%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 191 (75% from 255) = 58.41%
R=12.84%
G=28.75%
B=58.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42941910.780.5100.25219.0663.9545.69
Hex2A5EBF4E33019db402e
Octal521362771166303133310056
Binary1010101011110101111111001110110011011001110110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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