Html Css Color HEX #2E56CB Cerulean Blue

📋 copy color: '#2E56CB'

red 46 ◦ green 86 ◦ blue 203

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

Shades of Cerulean Blue #2E56CB

Tints of Cerulean Blue #2E56CB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 13.73%
G = 25.67%
B = 60.6%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E56CB (or 0x2E56CB) is known color: Cerulean Blue. HEX triplet: 2E, 56 and CB. RGB value is (46,86,203). Sum of RGB (Red+Green+Blue) = 46+86+203=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E56CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E56CB is #D1A934. Grayscale: #565656. Windows color (decimal): -13740341 or 13325870. OLE color: 13325870.

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

Color convert

RGB 46 86 203 -
CMYK 0.77 0.58 0 0.20
HSL 224.71º 0.63% 0.49% -
HSV(B) 224.71º 0.77% 0.8% -
XYZ 15.23 11.55 57.93 -
YUV 87.38 193.25 98.49 -
System Red Green Blue C M Y K H S L
Decimal 46 86 203 0.77 0.58 0 0.20 224.71 0.63 0.49
Hex 2E 56 CB 4D 3A 0 14 E1 3F 31
Octal 56 126 313 115 72 0 24 341 77 61
Binary 101110 1010110 11001011 1001101 111010 0 10100 11100001 111111 110001

Color Harmonies of #2E56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E56CB

Black with #2E56CB

Text Example


Text Example

White with #2E56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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