Html Css Color HEX #2E5BCD Cerulean Blue

📋 copy color: '#2E5BCD'

red 46 ◦ green 91 ◦ blue 205

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

Shades of Cerulean Blue #2E5BCD

Tints of Cerulean Blue #2E5BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.94%

R = 13.45%
G = 26.61%
B = 59.94%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E5BCD (or 0x2E5BCD) is known color: Cerulean Blue. HEX triplet: 2E, 5B and CD. RGB value is (46,91,205). Sum of RGB (Red+Green+Blue) = 46+91+205=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E5BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5BCD is #D1A432. Grayscale: #5A5A5A. Windows color (decimal): -13739059 or 13458222. OLE color: 13458222.

HSL color Cylindrical-coordinate representation of color #2E5BCD: hue angle of 223.02º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5BCD is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 91 205 -
CMYK 0.78 0.56 0 0.20
HSL 223.02º 0.63% 0.49% -
HSV(B) 223.02º 0.78% 0.8% -
XYZ 15.89 12.47 59.33 -
YUV 90.54 192.59 96.23 -
System Red Green Blue C M Y K H S L
Decimal 46 91 205 0.78 0.56 0 0.20 223.02 0.63 0.49
Hex 2E 5B CD 4E 38 0 14 DF 3F 31
Octal 56 133 315 116 70 0 24 337 77 61
Binary 101110 1011011 11001101 1001110 111000 0 10100 11011111 111111 110001

Color Harmonies of #2E5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5BCD

Black with #2E5BCD

Text Example


Text Example

White with #2E5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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