#2A57C8

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

Shades of Cerulean Blue #2A57C8

Tints of Cerulean Blue #2A57C8

Color information

#2A57C8 (or 0x2A57C8) is unknown color: approx Cerulean Blue. HEX triplet: 2A, 57 and C8. RGB value is (42,87,200). Sum of RGB (Red+Green+Blue) = 42+87+200=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #2A57C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A57C8 is #D5A837. Grayscale: #555555. Windows color (decimal): -14002232 or 13129514. OLE color: 13129514.

HSL color Cylindrical-coordinate representation of color #2A57C8: hue angle of 222.91º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A57C8 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4287200-
CMYK0.790.5600.22
HSL222.91º65.29%47.45%-
HSV(B)222.91º79%78.43%-
XYZ14.7911.4856.08-
YUV86.43192.0996.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.77%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 200 (78.52% from 255) = 60.79%
R=12.77%
G=26.44%
B=60.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42872000.790.5600.22222.9165.2947.45
Hex2A57C84F38016df412f
Octal521273101177002633710157
Binary1010101010111110010001001111111000010110110111111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A57C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,200); }

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

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

 a { background-color: rgb(42,87,200); }

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

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

 span { border-color: rgb(42,87,200); }

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