Html Css Color HEX #2E55B7 Cerulean Blue

📋 copy color: '#2E55B7'

red 46 ◦ green 85 ◦ blue 183

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

Shades of Cerulean Blue #2E55B7

Tints of Cerulean Blue #2E55B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 58.28%

R = 14.65%
G = 27.07%
B = 58.28%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2E55B7 (or 0x2E55B7) is known color: Cerulean Blue. HEX triplet: 2E, 55 and B7. RGB value is (46,85,183). Sum of RGB (Red+Green+Blue) = 46+85+183=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E55B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55B7 is #D1AA48. Grayscale: #545454. Windows color (decimal): -13740617 or 12014894. OLE color: 12014894.

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

Color convert

RGB 46 85 183 -
CMYK 0.75 0.54 0 0.28
HSL 222.92º 0.6% 0.45% -
HSV(B) 222.92º 0.75% 0.72% -
XYZ 12.92 10.5 46.14 -
YUV 84.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 46 85 183 0.75 0.54 0 0.28 222.92 0.6 0.45
Hex 2E 55 B7 4B 36 0 1C DF 3C 2D
Octal 56 125 267 113 66 0 34 337 74 55
Binary 101110 1010101 10110111 1001011 110110 0 11100 11011111 111100 101101

Color Harmonies of #2E55B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E55B7

Black with #2E55B7

Text Example


Text Example

White with #2E55B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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