Html Css Color HEX #2E52D9 Cerulean Blue

📋 copy color: '#2E52D9'

red 46 ◦ green 82 ◦ blue 217

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

Shades of Cerulean Blue #2E52D9

Tints of Cerulean Blue #2E52D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 62.9%

R = 13.33%
G = 23.77%
B = 62.9%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2E52D9 (or 0x2E52D9) is known color: Cerulean Blue. HEX triplet: 2E, 52 and D9. RGB value is (46,82,217). Sum of RGB (Red+Green+Blue) = 46+82+217=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 217 (85.16% from 255 or 62.90% from 345); Max value from RGB is 217 - color contains mainly: blue. Hex color #2E52D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E52D9 is #D1AD26. Grayscale: #565656. Windows color (decimal): -13741351 or 14242350. OLE color: 14242350.

HSL color Cylindrical-coordinate representation of color #2E52D9: hue angle of 227.37º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E52D9 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 82 217 -
CMYK 0.79 0.62 0 0.15
HSL 227.37º 0.69% 0.52% -
HSV(B) 227.37º 0.79% 0.85% -
XYZ 16.67 11.63 67.01 -
YUV 86.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 46 82 217 0.79 0.62 0 0.15 227.37 0.69 0.52
Hex 2E 52 D9 4F 3E 0 F E3 45 34
Octal 56 122 331 117 76 0 17 343 105 64
Binary 101110 1010010 11011001 1001111 111110 0 1111 11100011 1000101 110100

Color Harmonies of #2E52D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E52D9

Black with #2E52D9

Text Example


Text Example

White with #2E52D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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