Html Css Color HEX #2E5DBE Cerulean Blue

📋 copy color: '#2E5DBE'

red 46 ◦ green 93 ◦ blue 190

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

Shades of Cerulean Blue #2E5DBE

Tints of Cerulean Blue #2E5DBE

RGB

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

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

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

R = 13.98%
G = 28.27%
B = 57.75%

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

#2E5DBE (or 0x2E5DBE) is known color: Cerulean Blue. HEX triplet: 2E, 5D and BE. RGB value is (46,93,190). Sum of RGB (Red+Green+Blue) = 46+93+190=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E5DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DBE is #D1A241. Grayscale: #595959. Windows color (decimal): -13738562 or 12475694. OLE color: 12475694.

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

Color convert

RGB 46 93 190 -
CMYK 0.76 0.51 0 0.25
HSL 220.42º 0.61% 0.46% -
HSV(B) 220.42º 0.76% 0.75% -
XYZ 14.34 12.13 50.3 -
YUV 90.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 46 93 190 0.76 0.51 0 0.25 220.42 0.61 0.46
Hex 2E 5D BE 4C 33 0 19 DC 3D 2E
Octal 56 135 276 114 63 0 31 334 75 56
Binary 101110 1011101 10111110 1001100 110011 0 11001 11011100 111101 101110

Color Harmonies of #2E5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DBE

Black with #2E5DBE

Text Example


Text Example

White with #2E5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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