Html Css Color HEX #2E54BA Cerulean Blue

📋 copy color: '#2E54BA'

red 46 ◦ green 84 ◦ blue 186

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

Shades of Cerulean Blue #2E54BA

Tints of Cerulean Blue #2E54BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 14.56%
G = 26.58%
B = 58.86%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E54BA (or 0x2E54BA) is known color: Cerulean Blue. HEX triplet: 2E, 54 and BA. RGB value is (46,84,186). Sum of RGB (Red+Green+Blue) = 46+84+186=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E54BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E54BA is #D1AB45. Grayscale: #535353. Windows color (decimal): -13740870 or 12211246. OLE color: 12211246.

HSL color Cylindrical-coordinate representation of color #2E54BA: hue angle of 223.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E54BA is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 84 186 -
CMYK 0.75 0.55 0 0.27
HSL 223.71º 0.6% 0.45% -
HSV(B) 223.71º 0.75% 0.73% -
XYZ 13.16 10.47 47.78 -
YUV 84.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 46 84 186 0.75 0.55 0 0.27 223.71 0.6 0.45
Hex 2E 54 BA 4B 37 0 1B E0 3C 2D
Octal 56 124 272 113 67 0 33 340 74 55
Binary 101110 1010100 10111010 1001011 110111 0 11011 11100000 111100 101101

Color Harmonies of #2E54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E54BA

Black with #2E54BA

Text Example


Text Example

White with #2E54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,186); }

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

background-color css

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

 a { background-color: rgb(46,84,186); }

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

border-color css

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

 span { border-color: rgb(46,84,186); }

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