Html Css Color HEX #2859D5 Cerulean Blue

📋 copy color: '#2859D5'

red 40 ◦ green 89 ◦ blue 213

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

Shades of Cerulean Blue #2859D5

Tints of Cerulean Blue #2859D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 62.28%

R = 11.7%
G = 26.02%
B = 62.28%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2859D5 (or 0x2859D5) is known color: Cerulean Blue. HEX triplet: 28, 59 and D5. RGB value is (40,89,213). Sum of RGB (Red+Green+Blue) = 40+89+213=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #2859D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859D5 is #D7A62A. Grayscale: #575757. Windows color (decimal): -14132779 or 13981992. OLE color: 13981992.

HSL color Cylindrical-coordinate representation of color #2859D5: hue angle of 223.01º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2859D5 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 89 213 -
CMYK 0.81 0.58 0 0.16
HSL 223.01º 0.68% 0.5% -
HSV(B) 223.01º 0.81% 0.84% -
XYZ 16.46 12.4 64.48 -
YUV 88.49 198.27 93.42 -
System Red Green Blue C M Y K H S L
Decimal 40 89 213 0.81 0.58 0 0.16 223.01 0.68 0.5
Hex 28 59 D5 51 3A 0 10 DF 44 32
Octal 50 131 325 121 72 0 20 337 104 62
Binary 101000 1011001 11010101 1010001 111010 0 10000 11011111 1000100 110010

Color Harmonies of #2859D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859D5

Black with #2859D5

Text Example


Text Example

White with #2859D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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