Html Css Color HEX #2E5ABF Cerulean Blue

📋 copy color: '#2E5ABF'

red 46 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #2E5ABF

Tints of Cerulean Blue #2E5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

 BLUE value IS 191 (75% from 255) = 58.41%

R = 14.07%
G = 27.52%
B = 58.41%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E5ABF (or 0x2E5ABF) is known color: Cerulean Blue. HEX triplet: 2E, 5A and BF. RGB value is (46,90,191). Sum of RGB (Red+Green+Blue) = 46+90+191=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E5ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ABF is #D1A540. Grayscale: #575757. Windows color (decimal): -13739329 or 12540462. OLE color: 12540462.

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

Color convert

RGB 46 90 191 -
CMYK 0.76 0.53 0 0.25
HSL 221.79º 0.61% 0.46% -
HSV(B) 221.79º 0.76% 0.75% -
XYZ 14.19 11.65 50.79 -
YUV 88.36 185.92 97.79 -
System Red Green Blue C M Y K H S L
Decimal 46 90 191 0.76 0.53 0 0.25 221.79 0.61 0.46
Hex 2E 5A BF 4C 35 0 19 DE 3D 2E
Octal 56 132 277 114 65 0 31 336 75 56
Binary 101110 1011010 10111111 1001100 110101 0 11001 11011110 111101 101110

Color Harmonies of #2E5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5ABF

Black with #2E5ABF

Text Example


Text Example

White with #2E5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,90,191); }

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

background-color css

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

 a { background-color: rgb(46,90,191); }

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

border-color css

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

 span { border-color: rgb(46,90,191); }

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