Html Css Color HEX #2E5DBF Cerulean Blue

📋 copy color: '#2E5DBF'

red 46 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #2E5DBF

Tints of Cerulean Blue #2E5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 13.94%
G = 28.18%
B = 57.88%

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

#2E5DBF (or 0x2E5DBF) is known color: Cerulean Blue. HEX triplet: 2E, 5D and BF. RGB value is (46,93,191). Sum of RGB (Red+Green+Blue) = 46+93+191=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DBF is #D1A240. Grayscale: #595959. Windows color (decimal): -13738561 or 12541230. OLE color: 12541230.

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

Color convert

RGB 46 93 191 -
CMYK 0.76 0.51 0 0.25
HSL 220.55º 0.61% 0.46% -
HSV(B) 220.55º 0.76% 0.75% -
XYZ 14.45 12.17 50.88 -
YUV 90.12 184.93 96.53 -
System Red Green Blue C M Y K H S L
Decimal 46 93 191 0.76 0.51 0 0.25 220.55 0.61 0.46
Hex 2E 5D BF 4C 33 0 19 DD 3D 2E
Octal 56 135 277 114 63 0 31 335 75 56
Binary 101110 1011101 10111111 1001100 110011 0 11001 11011101 111101 101110

Color Harmonies of #2E5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DBF

Black with #2E5DBF

Text Example


Text Example

White with #2E5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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