Html Css Color HEX #2E51D1 Cerulean Blue

📋 copy color: '#2E51D1'

red 46 ◦ green 81 ◦ blue 209

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

Shades of Cerulean Blue #2E51D1

Tints of Cerulean Blue #2E51D1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 209 (82.03% from 255) = 62.2%

R = 13.69%
G = 24.11%
B = 62.2%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2E51D1 (or 0x2E51D1) is known color: Cerulean Blue. HEX triplet: 2E, 51 and D1. RGB value is (46,81,209). Sum of RGB (Red+Green+Blue) = 46+81+209=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #2E51D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E51D1 is #D1AE2E. Grayscale: #545454. Windows color (decimal): -13741615 or 13717806. OLE color: 13717806.

HSL color Cylindrical-coordinate representation of color #2E51D1: hue angle of 227.12º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E51D1 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 81 209 -
CMYK 0.78 0.61 0 0.18
HSL 227.12º 0.64% 0.5% -
HSV(B) 227.12º 0.78% 0.82% -
XYZ 15.58 11.07 61.64 -
YUV 85.13 197.9 100.09 -
System Red Green Blue C M Y K H S L
Decimal 46 81 209 0.78 0.61 0 0.18 227.12 0.64 0.5
Hex 2E 51 D1 4E 3D 0 12 E3 40 32
Octal 56 121 321 116 75 0 22 343 100 62
Binary 101110 1010001 11010001 1001110 111101 0 10010 11100011 1000000 110010

Color Harmonies of #2E51D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E51D1

Black with #2E51D1

Text Example


Text Example

White with #2E51D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,81,209); }

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

background-color css

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

 a { background-color: rgb(46,81,209); }

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

border-color css

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

 span { border-color: rgb(46,81,209); }

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