Html Css Color HEX #2857BC Cerulean Blue

📋 copy color: '#2857BC'

red 40 ◦ green 87 ◦ blue 188

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

Shades of Cerulean Blue #2857BC

Tints of Cerulean Blue #2857BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 12.7%
G = 27.62%
B = 59.68%

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

#2857BC (or 0x2857BC) is known color: Cerulean Blue. HEX triplet: 28, 57 and BC. RGB value is (40,87,188). Sum of RGB (Red+Green+Blue) = 40+87+188=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #2857BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857BC is #D7A843. Grayscale: #545454. Windows color (decimal): -14133316 or 12343080. OLE color: 12343080.

HSL color Cylindrical-coordinate representation of color #2857BC: hue angle of 220.95º 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 #2857BC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 87 188 -
CMYK 0.79 0.54 0 0.26
HSL 220.95º 0.65% 0.45% -
HSV(B) 220.95º 0.79% 0.74% -
XYZ 13.36 10.9 48.98 -
YUV 84.46 186.43 96.29 -
System Red Green Blue C M Y K H S L
Decimal 40 87 188 0.79 0.54 0 0.26 220.95 0.65 0.45
Hex 28 57 BC 4F 36 0 1A DD 41 2D
Octal 50 127 274 117 66 0 32 335 101 55
Binary 101000 1010111 10111100 1001111 110110 0 11010 11011101 1000001 101101

Color Harmonies of #2857BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857BC

Black with #2857BC

Text Example


Text Example

White with #2857BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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