Html Css Color HEX #2859AC Cerulean Blue

📋 copy color: '#2859AC'

red 40 ◦ green 89 ◦ blue 172

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

Shades of Cerulean Blue #2859AC

Tints of Cerulean Blue #2859AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 13.29%
G = 29.57%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2859AC (or 0x2859AC) is known color: Cerulean Blue. HEX triplet: 28, 59 and AC. RGB value is (40,89,172). Sum of RGB (Red+Green+Blue) = 40+89+172=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #2859AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2859AC is #D7A653. Grayscale: #535353. Windows color (decimal): -14132820 or 11295016. OLE color: 11295016.

HSL color Cylindrical-coordinate representation of color #2859AC: hue angle of 217.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2859AC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 89 172 -
CMYK 0.77 0.48 0 0.33
HSL 217.73º 0.62% 0.42% -
HSV(B) 217.73º 0.77% 0.67% -
XYZ 11.89 10.57 40.44 -
YUV 83.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 40 89 172 0.77 0.48 0 0.33 217.73 0.62 0.42
Hex 28 59 AC 4D 30 0 21 DA 3E 2A
Octal 50 131 254 115 60 0 41 332 76 52
Binary 101000 1011001 10101100 1001101 110000 0 100001 11011010 111110 101010

Color Harmonies of #2859AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859AC

Black with #2859AC

Text Example


Text Example

White with #2859AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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