Html Css Color HEX #2E4ACC Cerulean Blue

📋 copy color: '#2E4ACC'

red 46 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #2E4ACC

Tints of Cerulean Blue #2E4ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 14.2%
G = 22.84%
B = 62.96%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E4ACC (or 0x2E4ACC) is known color: Cerulean Blue. HEX triplet: 2E, 4A and CC. RGB value is (46,74,204). Sum of RGB (Red+Green+Blue) = 46+74+204=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E4ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4ACC is #D1B533. Grayscale: #4F4F4F. Windows color (decimal): -13743412 or 13388334. OLE color: 13388334.

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

Color convert

RGB 46 74 204 -
CMYK 0.77 0.64 0 0.2
HSL 229.37º 0.63% 0.49% -
HSV(B) 229.37º 0.77% 0.8% -
XYZ 14.47 9.84 58.26 -
YUV 80.45 197.72 103.43 -
System Red Green Blue C M Y K H S L
Decimal 46 74 204 0.77 0.64 0 0.2 229.37 0.63 0.49
Hex 2E 4A CC 4D 40 0 14 E5 3F 31
Octal 56 112 314 115 100 0 24 345 77 61
Binary 101110 1001010 11001100 1001101 1000000 0 10100 11100101 111111 110001

Color Harmonies of #2E4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4ACC

Black with #2E4ACC

Text Example


Text Example

White with #2E4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,204); }

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

background-color css

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

 a { background-color: rgb(46,74,204); }

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

border-color css

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

 span { border-color: rgb(46,74,204); }

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