#2A5DB6

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

Shades of Cerulean Blue #2A5DB6

Tints of Cerulean Blue #2A5DB6

Color information

#2A5DB6 (or 0x2A5DB6) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5D and B6. RGB value is (42,93,182). Sum of RGB (Red+Green+Blue) = 42+93+182=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #2A5DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5DB6 is #D5A249. Grayscale: #575757. Windows color (decimal): -14000714 or 11951402. OLE color: 11951402.

HSL color Cylindrical-coordinate representation of color #2A5DB6: hue angle of 218.14º 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 #2A5DB6 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4293182-
CMYK0.770.4900.29
HSL218.14º62.5%43.92%-
HSV(B)218.14º76.92%71.37%-
XYZ13.3111.745.81-
YUV87.9181.195.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 182 (71.48% from 255) = 57.41%
R=13.25%
G=29.34%
B=57.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42931820.770.4900.29218.1462.543.92
Hex2A5DB64D3101Dda3e2c
Octal52135266115610353327654
Binary101010101110110110110100110111000101110111011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,93,182); }

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

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

 a { background-color: rgb(42,93,182); }

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

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

 span { border-color: rgb(42,93,182); }

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