Html Css Color HEX #2859BA Cerulean Blue

📋 copy color: '#2859BA'

red 40 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #2859BA

Tints of Cerulean Blue #2859BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 12.7%
G = 28.25%
B = 59.05%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2859BA (or 0x2859BA) is known color: Cerulean Blue. HEX triplet: 28, 59 and BA. RGB value is (40,89,186). Sum of RGB (Red+Green+Blue) = 40+89+186=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #2859BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859BA is #D7A645. Grayscale: #545454. Windows color (decimal): -14132806 or 12212520. OLE color: 12212520.

HSL color Cylindrical-coordinate representation of color #2859BA: hue angle of 219.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2859BA is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 89 186 -
CMYK 0.78 0.52 0 0.27
HSL 219.86º 0.65% 0.44% -
HSV(B) 219.86º 0.78% 0.73% -
XYZ 13.31 11.14 47.9 -
YUV 85.41 184.77 95.61 -
System Red Green Blue C M Y K H S L
Decimal 40 89 186 0.78 0.52 0 0.27 219.86 0.65 0.44
Hex 28 59 BA 4E 34 0 1B DC 41 2C
Octal 50 131 272 116 64 0 33 334 101 54
Binary 101000 1011001 10111010 1001110 110100 0 11011 11011100 1000001 101100

Color Harmonies of #2859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859BA

Black with #2859BA

Text Example


Text Example

White with #2859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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