Html Css Color HEX #2857BD Cerulean Blue

📋 copy color: '#2857BD'

red 40 ◦ green 87 ◦ blue 189

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

Shades of Cerulean Blue #2857BD

Tints of Cerulean Blue #2857BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.81%

R = 12.66%
G = 27.53%
B = 59.81%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2857BD (or 0x2857BD) is known color: Cerulean Blue. HEX triplet: 28, 57 and BD. RGB value is (40,87,189). Sum of RGB (Red+Green+Blue) = 40+87+189=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #2857BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857BD is #D7A842. Grayscale: #545454. Windows color (decimal): -14133315 or 12408616. OLE color: 12408616.

HSL color Cylindrical-coordinate representation of color #2857BD: hue angle of 221.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2857BD is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 87 189 -
CMYK 0.79 0.54 0 0.26
HSL 221.07º 0.65% 0.45% -
HSV(B) 221.07º 0.79% 0.74% -
XYZ 13.47 10.94 49.55 -
YUV 84.58 186.93 96.21 -
System Red Green Blue C M Y K H S L
Decimal 40 87 189 0.79 0.54 0 0.26 221.07 0.65 0.45
Hex 28 57 BD 4F 36 0 1A DD 41 2D
Octal 50 127 275 117 66 0 32 335 101 55
Binary 101000 1010111 10111101 1001111 110110 0 11010 11011101 1000001 101101

Color Harmonies of #2857BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857BD

Black with #2857BD

Text Example


Text Example

White with #2857BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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