Html Css Color HEX #2E5EBE Cerulean Blue

📋 copy color: '#2E5EBE'

red 46 ◦ green 94 ◦ blue 190

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

Shades of Cerulean Blue #2E5EBE

Tints of Cerulean Blue #2E5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.48%

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

R = 13.94%
G = 28.48%
B = 57.58%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E5EBE (or 0x2E5EBE) is known color: Cerulean Blue. HEX triplet: 2E, 5E and BE. RGB value is (46,94,190). Sum of RGB (Red+Green+Blue) = 46+94+190=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5EBE is #D1A141. Grayscale: #5A5A5A. Windows color (decimal): -13738306 or 12475950. OLE color: 12475950.

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

Color convert

RGB 46 94 190 -
CMYK 0.76 0.51 0 0.25
HSL 220º 0.61% 0.46% -
HSV(B) 220º 0.76% 0.75% -
XYZ 14.42 12.3 50.33 -
YUV 90.59 184.1 96.19 -
System Red Green Blue C M Y K H S L
Decimal 46 94 190 0.76 0.51 0 0.25 220 0.61 0.46
Hex 2E 5E BE 4C 33 0 19 DC 3D 2E
Octal 56 136 276 114 63 0 31 334 75 56
Binary 101110 1011110 10111110 1001100 110011 0 11001 11011100 111101 101110

Color Harmonies of #2E5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5EBE

Black with #2E5EBE

Text Example


Text Example

White with #2E5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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