Html Css Color HEX #2E59CE Cerulean Blue

📋 copy color: '#2E59CE'

red 46 ◦ green 89 ◦ blue 206

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

Shades of Cerulean Blue #2E59CE

Tints of Cerulean Blue #2E59CE

RGB

 RED value IS 46 (18.36% from 255) = 13.49%

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

 BLUE value IS 206 (80.86% from 255) = 60.41%

R = 13.49%
G = 26.1%
B = 60.41%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E59CE (or 0x2E59CE) is known color: Cerulean Blue. HEX triplet: 2E, 59 and CE. RGB value is (46,89,206). Sum of RGB (Red+Green+Blue) = 46+89+206=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E59CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E59CE is #D1A631. Grayscale: #585858. Windows color (decimal): -13739570 or 13523246. OLE color: 13523246.

HSL color Cylindrical-coordinate representation of color #2E59CE: hue angle of 223.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E59CE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 89 206 -
CMYK 0.78 0.57 0 0.19
HSL 223.88º 0.63% 0.49% -
HSV(B) 223.88º 0.78% 0.81% -
XYZ 15.84 12.18 59.91 -
YUV 89.48 193.75 96.99 -
System Red Green Blue C M Y K H S L
Decimal 46 89 206 0.78 0.57 0 0.19 223.88 0.63 0.49
Hex 2E 59 CE 4E 39 0 13 E0 3F 31
Octal 56 131 316 116 71 0 23 340 77 61
Binary 101110 1011001 11001110 1001110 111001 0 10011 11100000 111111 110001

Color Harmonies of #2E59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E59CE

Black with #2E59CE

Text Example


Text Example

White with #2E59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E59CE; }

 p { color: rgb(46,89,206); }

 H1.HeaderClassName
 {
   color: #2E59CE;
 }
 .AnyTagClassName
 {
   color: #2E59CE;
 }
</style>

background-color css

<style>
 a { background-color: #2E59CE; }

 a { background-color: rgb(46,89,206); }

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

border-color css

<style>
 span { border-color: #2E59CE; }

 span { border-color: rgb(46,89,206); }

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