Html Css Color HEX #2E5DBD Cerulean Blue

📋 copy color: '#2E5DBD'

red 46 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #2E5DBD

Tints of Cerulean Blue #2E5DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.62%

R = 14.02%
G = 28.35%
B = 57.62%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E5DBD (or 0x2E5DBD) is known color: Cerulean Blue. HEX triplet: 2E, 5D and BD. RGB value is (46,93,189). Sum of RGB (Red+Green+Blue) = 46+93+189=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E5DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DBD is #D1A242. Grayscale: #595959. Windows color (decimal): -13738563 or 12410158. OLE color: 12410158.

HSL color Cylindrical-coordinate representation of color #2E5DBD: hue angle of 220.28º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5DBD is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 93 189 -
CMYK 0.76 0.51 0 0.26
HSL 220.28º 0.61% 0.46% -
HSV(B) 220.28º 0.76% 0.74% -
XYZ 14.23 12.08 49.73 -
YUV 89.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 46 93 189 0.76 0.51 0 0.26 220.28 0.61 0.46
Hex 2E 5D BD 4C 33 0 1A DC 3D 2E
Octal 56 135 275 114 63 0 32 334 75 56
Binary 101110 1011101 10111101 1001100 110011 0 11010 11011100 111101 101110

Color Harmonies of #2E5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DBD

Black with #2E5DBD

Text Example


Text Example

White with #2E5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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