#2A5CBF

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

Shades of Cerulean Blue #2A5CBF

Tints of Cerulean Blue #2A5CBF

Color information

#2A5CBF (or 0x2A5CBF) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 5C and BF. RGB value is (42,92,191). Sum of RGB (Red+Green+Blue) = 42+92+191=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A5CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5CBF is #D5A340. Grayscale: #575757. Windows color (decimal): -14000961 or 12540970. OLE color: 12540970.

HSL color Cylindrical-coordinate representation of color #2A5CBF: hue angle of 219.87º 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 #2A5CBF is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4292191-
CMYK0.780.5200.25
HSL219.87º63.95%45.69%-
HSV(B)219.87º78.01%74.9%-
XYZ14.1911.9150.84-
YUV88.34185.9494.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.92%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 191 (75% from 255) = 58.77%
R=12.92%
G=28.31%
B=58.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42921910.780.5200.25219.8763.9545.69
Hex2A5CBF4E34019dc402e
Octal521342771166403133410056
Binary1010101011100101111111001110110100011001110111001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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