Html Css Color HEX #2857BA Cerulean Blue

📋 copy color: '#2857BA'

red 40 ◦ green 87 ◦ blue 186

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

Shades of Cerulean Blue #2857BA

Tints of Cerulean Blue #2857BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 12.78%
G = 27.8%
B = 59.42%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2857BA (or 0x2857BA) is known color: Cerulean Blue. HEX triplet: 28, 57 and BA. RGB value is (40,87,186). Sum of RGB (Red+Green+Blue) = 40+87+186=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #2857BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857BA is #D7A845. Grayscale: #535353. Windows color (decimal): -14133318 or 12212008. OLE color: 12212008.

HSL color Cylindrical-coordinate representation of color #2857BA: hue angle of 220.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2857BA is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 87 186 -
CMYK 0.78 0.53 0 0.27
HSL 220.68º 0.65% 0.44% -
HSV(B) 220.68º 0.78% 0.73% -
XYZ 13.15 10.81 47.85 -
YUV 84.23 185.43 96.45 -
System Red Green Blue C M Y K H S L
Decimal 40 87 186 0.78 0.53 0 0.27 220.68 0.65 0.44
Hex 28 57 BA 4E 35 0 1B DD 41 2C
Octal 50 127 272 116 65 0 33 335 101 54
Binary 101000 1010111 10111010 1001110 110101 0 11011 11011101 1000001 101100

Color Harmonies of #2857BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857BA

Black with #2857BA

Text Example


Text Example

White with #2857BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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