Html Css Color HEX #2E4DCE Cerulean Blue

📋 copy color: '#2E4DCE'

red 46 ◦ green 77 ◦ blue 206

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

Shades of Cerulean Blue #2E4DCE

Tints of Cerulean Blue #2E4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 13.98%
G = 23.4%
B = 62.61%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E4DCE (or 0x2E4DCE) is known color: Cerulean Blue. HEX triplet: 2E, 4D and CE. RGB value is (46,77,206). Sum of RGB (Red+Green+Blue) = 46+77+206=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E4DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DCE is #D1B231. Grayscale: #515151. Windows color (decimal): -13742642 or 13520174. OLE color: 13520174.

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

Color convert

RGB 46 77 206 -
CMYK 0.78 0.63 0 0.19
HSL 228.38º 0.63% 0.49% -
HSV(B) 228.38º 0.78% 0.81% -
XYZ 14.92 10.34 59.6 -
YUV 82.44 197.73 102.01 -
System Red Green Blue C M Y K H S L
Decimal 46 77 206 0.78 0.63 0 0.19 228.38 0.63 0.49
Hex 2E 4D CE 4E 3F 0 13 E4 3F 31
Octal 56 115 316 116 77 0 23 344 77 61
Binary 101110 1001101 11001110 1001110 111111 0 10011 11100100 111111 110001

Color Harmonies of #2E4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4DCE

Black with #2E4DCE

Text Example


Text Example

White with #2E4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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