Html Css Color HEX #2E5DCE Cerulean Blue

📋 copy color: '#2E5DCE'

red 46 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #2E5DCE

Tints of Cerulean Blue #2E5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 13.33%
G = 26.96%
B = 59.71%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E5DCE (or 0x2E5DCE) is known color: Cerulean Blue. HEX triplet: 2E, 5D and CE. RGB value is (46,93,206). Sum of RGB (Red+Green+Blue) = 46+93+206=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E5DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DCE is #D1A231. Grayscale: #5B5B5B. Windows color (decimal): -13738546 or 13524270. OLE color: 13524270.

HSL color Cylindrical-coordinate representation of color #2E5DCE: hue angle of 222.38º 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 #2E5DCE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 93 206 -
CMYK 0.78 0.55 0 0.19
HSL 222.38º 0.63% 0.49% -
HSV(B) 222.38º 0.78% 0.81% -
XYZ 16.18 12.87 60.02 -
YUV 91.83 192.43 95.31 -
System Red Green Blue C M Y K H S L
Decimal 46 93 206 0.78 0.55 0 0.19 222.38 0.63 0.49
Hex 2E 5D CE 4E 37 0 13 DE 3F 31
Octal 56 135 316 116 67 0 23 336 77 61
Binary 101110 1011101 11001110 1001110 110111 0 10011 11011110 111111 110001

Color Harmonies of #2E5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DCE

Black with #2E5DCE

Text Example


Text Example

White with #2E5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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