Html Css Color HEX #2857B3 Cerulean Blue

📋 copy color: '#2857B3'

red 40 ◦ green 87 ◦ blue 179

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

Shades of Cerulean Blue #2857B3

Tints of Cerulean Blue #2857B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 13.07%
G = 28.43%
B = 58.5%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2857B3 (or 0x2857B3) is known color: Cerulean Blue. HEX triplet: 28, 57 and B3. RGB value is (40,87,179). Sum of RGB (Red+Green+Blue) = 40+87+179=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #2857B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857B3 is #D7A84C. Grayscale: #535353. Windows color (decimal): -14133325 or 11753256. OLE color: 11753256.

HSL color Cylindrical-coordinate representation of color #2857B3: hue angle of 219.71º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2857B3 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 87 179 -
CMYK 0.78 0.51 0 0.30
HSL 219.71º 0.63% 0.43% -
HSV(B) 219.71º 0.78% 0.7% -
XYZ 12.42 10.52 44.02 -
YUV 83.44 181.93 97.02 -
System Red Green Blue C M Y K H S L
Decimal 40 87 179 0.78 0.51 0 0.30 219.71 0.63 0.43
Hex 28 57 B3 4E 33 0 1E DC 3F 2B
Octal 50 127 263 116 63 0 36 334 77 53
Binary 101000 1010111 10110011 1001110 110011 0 11110 11011100 111111 101011

Color Harmonies of #2857B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857B3

Black with #2857B3

Text Example


Text Example

White with #2857B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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