Html Css Color HEX #2E4FCB Cerulean Blue

📋 copy color: '#2E4FCB'

red 46 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #2E4FCB

Tints of Cerulean Blue #2E4FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 14.02%
G = 24.09%
B = 61.89%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E4FCB (or 0x2E4FCB) is known color: Cerulean Blue. HEX triplet: 2E, 4F and CB. RGB value is (46,79,203). Sum of RGB (Red+Green+Blue) = 46+79+203=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E4FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4FCB is #D1B034. Grayscale: #525252. Windows color (decimal): -13742133 or 13324078. OLE color: 13324078.

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

Color convert

RGB 46 79 203 -
CMYK 0.77 0.61 0 0.20
HSL 227.39º 0.63% 0.49% -
HSV(B) 227.39º 0.77% 0.8% -
XYZ 14.7 10.48 57.75 -
YUV 83.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 46 79 203 0.77 0.61 0 0.20 227.39 0.63 0.49
Hex 2E 4F CB 4D 3D 0 14 E3 3F 31
Octal 56 117 313 115 75 0 24 343 77 61
Binary 101110 1001111 11001011 1001101 111101 0 10100 11100011 111111 110001

Color Harmonies of #2E4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FCB

Black with #2E4FCB

Text Example


Text Example

White with #2E4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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