Html Css Color HEX #2A57AB Cerulean Blue

📋 copy color: '#2A57AB'

red 42 ◦ green 87 ◦ blue 171

#2A57AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2A57AB

Tints of Cerulean Blue #2A57AB

RGB

 RED value IS 42 (16.8% from 255) = 14%

 GREEN value IS 87 (34.38% from 255) = 29%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 14%
G = 29%
B = 57%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A57AB (or 0x2A57AB) is known color: Cerulean Blue. HEX triplet: 2A, 57 and AB. RGB value is (42,87,171). Sum of RGB (Red+Green+Blue) = 42+87+171=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A57AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A57AB is #D5A854. Grayscale: #525252. Windows color (decimal): -14002261 or 11228970. OLE color: 11228970.

HSL color Cylindrical-coordinate representation of color #2A57AB: hue angle of 219.07º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A57AB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 87 171 -
CMYK 0.75 0.49 0 0.33
HSL 219.07º 0.61% 0.42% -
HSV(B) 219.07º 0.75% 0.67% -
XYZ 11.71 10.25 39.89 -
YUV 83.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 42 87 171 0.75 0.49 0 0.33 219.07 0.61 0.42
Hex 2A 57 AB 4B 31 0 21 DB 3D 2A
Octal 52 127 253 113 61 0 41 333 75 52
Binary 101010 1010111 10101011 1001011 110001 0 100001 11011011 111101 101010

Color Harmonies of #2A57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A57AB

Black with #2A57AB

Text Example


Text Example

White with #2A57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A57AB;
 }
 .AnyTagClassName
 {
   color: #2A57AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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