Html Css Color HEX #2E4DCD Cerulean Blue

📋 copy color: '#2E4DCD'

red 46 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #2E4DCD

Tints of Cerulean Blue #2E4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 14.02%
G = 23.48%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E4DCD (or 0x2E4DCD) is known color: Cerulean Blue. HEX triplet: 2E, 4D and CD. RGB value is (46,77,205). Sum of RGB (Red+Green+Blue) = 46+77+205=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DCD is #D1B232. Grayscale: #515151. Windows color (decimal): -13742643 or 13454638. OLE color: 13454638.

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

Color convert

RGB 46 77 205 -
CMYK 0.78 0.62 0 0.20
HSL 228.3º 0.63% 0.49% -
HSV(B) 228.3º 0.78% 0.8% -
XYZ 14.8 10.3 58.96 -
YUV 82.32 197.23 102.09 -
System Red Green Blue C M Y K H S L
Decimal 46 77 205 0.78 0.62 0 0.20 228.3 0.63 0.49
Hex 2E 4D CD 4E 3E 0 14 E4 3F 31
Octal 56 115 315 116 76 0 24 344 77 61
Binary 101110 1001101 11001101 1001110 111110 0 10100 11100100 111111 110001

Color Harmonies of #2E4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4DCD

Black with #2E4DCD

Text Example


Text Example

White with #2E4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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