Html Css Color HEX #2859B8 Cerulean Blue

📋 copy color: '#2859B8'

red 40 ◦ green 89 ◦ blue 184

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

Shades of Cerulean Blue #2859B8

Tints of Cerulean Blue #2859B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 58.79%

R = 12.78%
G = 28.43%
B = 58.79%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2859B8 (or 0x2859B8) is known color: Cerulean Blue. HEX triplet: 28, 59 and B8. RGB value is (40,89,184). Sum of RGB (Red+Green+Blue) = 40+89+184=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #2859B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859B8 is #D7A647. Grayscale: #545454. Windows color (decimal): -14132808 or 12081448. OLE color: 12081448.

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

Color convert

RGB 40 89 184 -
CMYK 0.78 0.52 0 0.28
HSL 219.58º 0.64% 0.44% -
HSV(B) 219.58º 0.78% 0.72% -
XYZ 13.1 11.06 46.79 -
YUV 85.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 40 89 184 0.78 0.52 0 0.28 219.58 0.64 0.44
Hex 28 59 B8 4E 34 0 1C DC 40 2C
Octal 50 131 270 116 64 0 34 334 100 54
Binary 101000 1011001 10111000 1001110 110100 0 11100 11011100 1000000 101100

Color Harmonies of #2859B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859B8

Black with #2859B8

Text Example


Text Example

White with #2859B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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