Html Css Color HEX #2E4FCD Cerulean Blue

📋 copy color: '#2E4FCD'

red 46 ◦ green 79 ◦ blue 205

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

Shades of Cerulean Blue #2E4FCD

Tints of Cerulean Blue #2E4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

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

R = 13.94%
G = 23.94%
B = 62.12%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E4FCD (or 0x2E4FCD) is known color: Cerulean Blue. HEX triplet: 2E, 4F and CD. RGB value is (46,79,205). Sum of RGB (Red+Green+Blue) = 46+79+205=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E4FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4FCD is #D1B032. Grayscale: #525252. Windows color (decimal): -13742131 or 13455150. OLE color: 13455150.

HSL color Cylindrical-coordinate representation of color #2E4FCD: hue angle of 227.55º 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 #2E4FCD is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 79 205 -
CMYK 0.78 0.61 0 0.20
HSL 227.55º 0.63% 0.49% -
HSV(B) 227.55º 0.78% 0.8% -
XYZ 14.94 10.58 59.01 -
YUV 83.5 196.57 101.25 -
System Red Green Blue C M Y K H S L
Decimal 46 79 205 0.78 0.61 0 0.20 227.55 0.63 0.49
Hex 2E 4F CD 4E 3D 0 14 E4 3F 31
Octal 56 117 315 116 75 0 24 344 77 61
Binary 101110 1001111 11001101 1001110 111101 0 10100 11100100 111111 110001

Color Harmonies of #2E4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FCD

Black with #2E4FCD

Text Example


Text Example

White with #2E4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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