Html Css Color HEX #2859BC Cerulean Blue

📋 copy color: '#2859BC'

red 40 ◦ green 89 ◦ blue 188

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

Shades of Cerulean Blue #2859BC

Tints of Cerulean Blue #2859BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 12.62%
G = 28.08%
B = 59.31%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2859BC (or 0x2859BC) is known color: Cerulean Blue. HEX triplet: 28, 59 and BC. RGB value is (40,89,188). Sum of RGB (Red+Green+Blue) = 40+89+188=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #2859BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859BC is #D7A643. Grayscale: #555555. Windows color (decimal): -14132804 or 12343592. OLE color: 12343592.

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

Color convert

RGB 40 89 188 -
CMYK 0.79 0.53 0 0.26
HSL 220.14º 0.65% 0.45% -
HSV(B) 220.14º 0.79% 0.74% -
XYZ 13.52 11.23 49.03 -
YUV 85.64 185.77 95.45 -
System Red Green Blue C M Y K H S L
Decimal 40 89 188 0.79 0.53 0 0.26 220.14 0.65 0.45
Hex 28 59 BC 4F 35 0 1A DC 41 2D
Octal 50 131 274 117 65 0 32 334 101 55
Binary 101000 1011001 10111100 1001111 110101 0 11010 11011100 1000001 101101

Color Harmonies of #2859BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859BC

Black with #2859BC

Text Example


Text Example

White with #2859BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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