#2A60BD

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

Shades of Cerulean Blue #2A60BD

Tints of Cerulean Blue #2A60BD

Color information

#2A60BD (or 0x2A60BD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 60 and BD. RGB value is (42,96,189). Sum of RGB (Red+Green+Blue) = 42+96+189=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A60BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A60BD is #D59F42. Grayscale: #5A5A5A. Windows color (decimal): -13999939 or 12410922. OLE color: 12410922.

HSL color Cylindrical-coordinate representation of color #2A60BD: hue angle of 217.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A60BD is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4296189-
CMYK0.780.4900.26
HSL217.96º63.64%45.29%-
HSV(B)217.96º77.78%74.12%-
XYZ14.3212.5349.81-
YUV90.46183.6193.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.84%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=12.84%
G=29.36%
B=57.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42961890.780.4900.26217.9663.6445.29
Hex2A60BD4E3101Ada402d
Octal521402751166103233210055
Binary1010101100000101111011001110110001011010110110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,189); }

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

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

 a { background-color: rgb(42,96,189); }

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

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

 span { border-color: rgb(42,96,189); }

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