Html Css Color HEX #2E5EBB Cerulean Blue

📋 copy color: '#2E5EBB'

red 46 ◦ green 94 ◦ blue 187

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

Shades of Cerulean Blue #2E5EBB

Tints of Cerulean Blue #2E5EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 14.07%
G = 28.75%
B = 57.19%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E5EBB (or 0x2E5EBB) is known color: Cerulean Blue. HEX triplet: 2E, 5E and BB. RGB value is (46,94,187). Sum of RGB (Red+Green+Blue) = 46+94+187=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5EBB is #D1A144. Grayscale: #595959. Windows color (decimal): -13738309 or 12279342. OLE color: 12279342.

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

Color convert

RGB 46 94 187 -
CMYK 0.75 0.50 0 0.27
HSL 219.57º 0.61% 0.46% -
HSV(B) 219.57º 0.75% 0.73% -
XYZ 14.1 12.17 48.62 -
YUV 90.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 46 94 187 0.75 0.50 0 0.27 219.57 0.61 0.46
Hex 2E 5E BB 4B 32 0 1B DC 3D 2E
Octal 56 136 273 113 62 0 33 334 75 56
Binary 101110 1011110 10111011 1001011 110010 0 11011 11011100 111101 101110

Color Harmonies of #2E5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5EBB

Black with #2E5EBB

Text Example


Text Example

White with #2E5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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