Html Css Color HEX #2857BB Cerulean Blue

📋 copy color: '#2857BB'

red 40 ◦ green 87 ◦ blue 187

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

Shades of Cerulean Blue #2857BB

Tints of Cerulean Blue #2857BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 12.74%
G = 27.71%
B = 59.55%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2857BB (or 0x2857BB) is known color: Cerulean Blue. HEX triplet: 28, 57 and BB. RGB value is (40,87,187). Sum of RGB (Red+Green+Blue) = 40+87+187=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #2857BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857BB is #D7A844. Grayscale: #535353. Windows color (decimal): -14133317 or 12277544. OLE color: 12277544.

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

Color convert

RGB 40 87 187 -
CMYK 0.79 0.53 0 0.27
HSL 220.82º 0.65% 0.45% -
HSV(B) 220.82º 0.79% 0.73% -
XYZ 13.25 10.86 48.41 -
YUV 84.35 185.93 96.37 -
System Red Green Blue C M Y K H S L
Decimal 40 87 187 0.79 0.53 0 0.27 220.82 0.65 0.45
Hex 28 57 BB 4F 35 0 1B DD 41 2D
Octal 50 127 273 117 65 0 33 335 101 55
Binary 101000 1010111 10111011 1001111 110101 0 11011 11011101 1000001 101101

Color Harmonies of #2857BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2857BB

Black with #2857BB

Text Example


Text Example

White with #2857BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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