Html Css Color HEX #2857AB Cerulean Blue

📋 copy color: '#2857AB'

red 40 ◦ green 87 ◦ blue 171

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

Shades of Cerulean Blue #2857AB

Tints of Cerulean Blue #2857AB

RGB

 RED value IS 40 (16.02% from 255) = 13.42%

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

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

R = 13.42%
G = 29.19%
B = 57.38%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2857AB (or 0x2857AB) is known color: Cerulean Blue. HEX triplet: 28, 57 and AB. RGB value is (40,87,171). Sum of RGB (Red+Green+Blue) = 40+87+171=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #2857AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2857AB is #D7A854. Grayscale: #525252. Windows color (decimal): -14133333 or 11228968. OLE color: 11228968.

HSL color Cylindrical-coordinate representation of color #2857AB: hue angle of 218.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2857AB is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 87 171 -
CMYK 0.77 0.49 0 0.33
HSL 218.47º 0.62% 0.41% -
HSV(B) 218.47º 0.77% 0.67% -
XYZ 11.63 10.21 39.89 -
YUV 82.52 177.93 97.67 -
System Red Green Blue C M Y K H S L
Decimal 40 87 171 0.77 0.49 0 0.33 218.47 0.62 0.41
Hex 28 57 AB 4D 31 0 21 DA 3E 29
Octal 50 127 253 115 61 0 41 332 76 51
Binary 101000 1010111 10101011 1001101 110001 0 100001 11011010 111110 101001

Color Harmonies of #2857AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857AB

Black with #2857AB

Text Example


Text Example

White with #2857AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2857AB; }

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

 H1.HeaderClassName
 {
   color: #2857AB;
 }
 .AnyTagClassName
 {
   color: #2857AB;
 }
</style>

background-color css

<style>
 a { background-color: #2857AB; }

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

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

border-color css

<style>
 span { border-color: #2857AB; }

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

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