Html Css Color HEX #2E55BE Cerulean Blue

📋 copy color: '#2E55BE'

red 46 ◦ green 85 ◦ blue 190

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

Shades of Cerulean Blue #2E55BE

Tints of Cerulean Blue #2E55BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 14.33%
G = 26.48%
B = 59.19%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E55BE (or 0x2E55BE) is known color: Cerulean Blue. HEX triplet: 2E, 55 and BE. RGB value is (46,85,190). Sum of RGB (Red+Green+Blue) = 46+85+190=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E55BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55BE is #D1AA41. Grayscale: #545454. Windows color (decimal): -13740610 or 12473646. OLE color: 12473646.

HSL color Cylindrical-coordinate representation of color #2E55BE: hue angle of 223.75º 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 #2E55BE is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 85 190 -
CMYK 0.76 0.55 0 0.25
HSL 223.75º 0.61% 0.46% -
HSV(B) 223.75º 0.76% 0.75% -
XYZ 13.67 10.8 50.08 -
YUV 85.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 46 85 190 0.76 0.55 0 0.25 223.75 0.61 0.46
Hex 2E 55 BE 4C 37 0 19 E0 3D 2E
Octal 56 125 276 114 67 0 31 340 75 56
Binary 101110 1010101 10111110 1001100 110111 0 11001 11100000 111101 101110

Color Harmonies of #2E55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E55BE

Black with #2E55BE

Text Example


Text Example

White with #2E55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,190); }

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

background-color css

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

 a { background-color: rgb(46,85,190); }

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

border-color css

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

 span { border-color: rgb(46,85,190); }

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