Html Css Color HEX #2E5BBB Cerulean Blue

📋 copy color: '#2E5BBB'

red 46 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #2E5BBB

Tints of Cerulean Blue #2E5BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 187 (73.44% from 255) = 57.72%

R = 14.2%
G = 28.09%
B = 57.72%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E5BBB (or 0x2E5BBB) is known color: Cerulean Blue. HEX triplet: 2E, 5B and BB. RGB value is (46,91,187). Sum of RGB (Red+Green+Blue) = 46+91+187=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E5BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5BBB is #D1A444. Grayscale: #585858. Windows color (decimal): -13739077 or 12278574. OLE color: 12278574.

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

Color convert

RGB 46 91 187 -
CMYK 0.75 0.51 0 0.27
HSL 220.85º 0.61% 0.46% -
HSV(B) 220.85º 0.75% 0.73% -
XYZ 13.84 11.65 48.53 -
YUV 88.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 46 91 187 0.75 0.51 0 0.27 220.85 0.61 0.46
Hex 2E 5B BB 4B 33 0 1B DD 3D 2E
Octal 56 133 273 113 63 0 33 335 75 56
Binary 101110 1011011 10111011 1001011 110011 0 11011 11011101 111101 101110

Color Harmonies of #2E5BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5BBB

Black with #2E5BBB

Text Example


Text Example

White with #2E5BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,91,187); }

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

background-color css

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

 a { background-color: rgb(46,91,187); }

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

border-color css

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

 span { border-color: rgb(46,91,187); }

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