Html Css Color HEX #2E5FBE Cerulean Blue

📋 copy color: '#2E5FBE'

red 46 ◦ green 95 ◦ blue 190

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

Shades of Cerulean Blue #2E5FBE

Tints of Cerulean Blue #2E5FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.7%

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

R = 13.9%
G = 28.7%
B = 57.4%

CMYK

 C value IS 0.76

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E5FBE (or 0x2E5FBE) is known color: Cerulean Blue. HEX triplet: 2E, 5F and BE. RGB value is (46,95,190). Sum of RGB (Red+Green+Blue) = 46+95+190=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E5FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5FBE is #D1A041. Grayscale: #5A5A5A. Windows color (decimal): -13738050 or 12476206. OLE color: 12476206.

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

Color convert

RGB 46 95 190 -
CMYK 0.76 0.5 0 0.25
HSL 219.58º 0.61% 0.46% -
HSV(B) 219.58º 0.76% 0.75% -
XYZ 14.51 12.48 50.36 -
YUV 91.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 46 95 190 0.76 0.5 0 0.25 219.58 0.61 0.46
Hex 2E 5F BE 4C 32 0 19 DC 3D 2E
Octal 56 137 276 114 62 0 31 334 75 56
Binary 101110 1011111 10111110 1001100 110010 0 11001 11011100 111101 101110

Color Harmonies of #2E5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5FBE

Black with #2E5FBE

Text Example


Text Example

White with #2E5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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