#2A54BD

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

Shades of Cerulean Blue #2A54BD

Tints of Cerulean Blue #2A54BD

Color information

#2A54BD (or 0x2A54BD) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 54 and BD. RGB value is (42,84,189). Sum of RGB (Red+Green+Blue) = 42+84+189=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A54BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A54BD is #D5AB42. Grayscale: #525252. Windows color (decimal): -14003011 or 12407850. OLE color: 12407850.

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

Color convert

RGB4284189-
CMYK0.780.5600.26
HSL222.86º63.64%45.29%-
HSV(B)222.86º77.78%74.12%-
XYZ13.3110.5149.47-
YUV83.41187.5998.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 60%
R=13.33%
G=26.67%
B=60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42841890.780.5600.26222.8663.6445.29
Hex2A54BD4E3801Adf402d
Octal521242751167003233710055
Binary1010101010100101111011001110111000011010110111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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