Html Css Color HEX #2E51BF Cerulean Blue

📋 copy color: '#2E51BF'

red 46 ◦ green 81 ◦ blue 191

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

Shades of Cerulean Blue #2E51BF

Tints of Cerulean Blue #2E51BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.06%

R = 14.47%
G = 25.47%
B = 60.06%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E51BF (or 0x2E51BF) is known color: Cerulean Blue. HEX triplet: 2E, 51 and BF. RGB value is (46,81,191). Sum of RGB (Red+Green+Blue) = 46+81+191=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E51BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E51BF is #D1AE40. Grayscale: #525252. Windows color (decimal): -13741633 or 12538158. OLE color: 12538158.

HSL color Cylindrical-coordinate representation of color #2E51BF: hue angle of 225.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E51BF is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 81 191 -
CMYK 0.76 0.58 0 0.25
HSL 225.52º 0.61% 0.46% -
HSV(B) 225.52º 0.76% 0.75% -
XYZ 13.47 10.23 50.55 -
YUV 83.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 46 81 191 0.76 0.58 0 0.25 225.52 0.61 0.46
Hex 2E 51 BF 4C 3A 0 19 E2 3D 2E
Octal 56 121 277 114 72 0 31 342 75 56
Binary 101110 1010001 10111111 1001100 111010 0 11001 11100010 111101 101110

Color Harmonies of #2E51BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E51BF

Black with #2E51BF

Text Example


Text Example

White with #2E51BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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