Html Css Color HEX #2E52BD Cerulean Blue

📋 copy color: '#2E52BD'

red 46 ◦ green 82 ◦ blue 189

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

Shades of Cerulean Blue #2E52BD

Tints of Cerulean Blue #2E52BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 14.51%
G = 25.87%
B = 59.62%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E52BD (or 0x2E52BD) is known color: Cerulean Blue. HEX triplet: 2E, 52 and BD. RGB value is (46,82,189). Sum of RGB (Red+Green+Blue) = 46+82+189=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E52BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E52BD is #D1AD42. Grayscale: #525252. Windows color (decimal): -13741379 or 12407342. OLE color: 12407342.

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

Color convert

RGB 46 82 189 -
CMYK 0.76 0.57 0 0.26
HSL 224.9º 0.61% 0.46% -
HSV(B) 224.9º 0.76% 0.74% -
XYZ 13.33 10.29 49.43 -
YUV 83.43 187.57 101.3 -
System Red Green Blue C M Y K H S L
Decimal 46 82 189 0.76 0.57 0 0.26 224.9 0.61 0.46
Hex 2E 52 BD 4C 39 0 1A E1 3D 2E
Octal 56 122 275 114 71 0 32 341 75 56
Binary 101110 1010010 10111101 1001100 111001 0 11010 11100001 111101 101110

Color Harmonies of #2E52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E52BD

Black with #2E52BD

Text Example


Text Example

White with #2E52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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