Html Css Color HEX #2E4FCC Cerulean Blue

📋 copy color: '#2E4FCC'

red 46 ◦ green 79 ◦ blue 204

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

Shades of Cerulean Blue #2E4FCC

Tints of Cerulean Blue #2E4FCC

RGB

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

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

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

R = 13.98%
G = 24.01%
B = 62.01%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E4FCC (or 0x2E4FCC) is known color: Cerulean Blue. HEX triplet: 2E, 4F and CC. RGB value is (46,79,204). Sum of RGB (Red+Green+Blue) = 46+79+204=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E4FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4FCC is #D1B033. Grayscale: #525252. Windows color (decimal): -13742132 or 13389614. OLE color: 13389614.

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

Color convert

RGB 46 79 204 -
CMYK 0.77 0.61 0 0.2
HSL 227.47º 0.63% 0.49% -
HSV(B) 227.47º 0.77% 0.8% -
XYZ 14.82 10.53 58.38 -
YUV 83.38 196.07 101.34 -
System Red Green Blue C M Y K H S L
Decimal 46 79 204 0.77 0.61 0 0.2 227.47 0.63 0.49
Hex 2E 4F CC 4D 3D 0 14 E3 3F 31
Octal 56 117 314 115 75 0 24 343 77 61
Binary 101110 1001111 11001100 1001101 111101 0 10100 11100011 111111 110001

Color Harmonies of #2E4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FCC

Black with #2E4FCC

Text Example


Text Example

White with #2E4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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