Html Css Color HEX #2E58CC Cerulean Blue

📋 copy color: '#2E58CC'

red 46 ◦ green 88 ◦ blue 204

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

Shades of Cerulean Blue #2E58CC

Tints of Cerulean Blue #2E58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 13.61%
G = 26.04%
B = 60.36%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E58CC (or 0x2E58CC) is known color: Cerulean Blue. HEX triplet: 2E, 58 and CC. RGB value is (46,88,204). Sum of RGB (Red+Green+Blue) = 46+88+204=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E58CC is #D1A733. Grayscale: #585858. Windows color (decimal): -13739828 or 13391918. OLE color: 13391918.

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

Color convert

RGB 46 88 204 -
CMYK 0.77 0.57 0 0.2
HSL 224.05º 0.63% 0.49% -
HSV(B) 224.05º 0.77% 0.8% -
XYZ 15.52 11.92 58.61 -
YUV 88.67 193.09 97.57 -
System Red Green Blue C M Y K H S L
Decimal 46 88 204 0.77 0.57 0 0.2 224.05 0.63 0.49
Hex 2E 58 CC 4D 39 0 14 E0 3F 31
Octal 56 130 314 115 71 0 24 340 77 61
Binary 101110 1011000 11001100 1001101 111001 0 10100 11100000 111111 110001

Color Harmonies of #2E58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E58CC

Black with #2E58CC

Text Example


Text Example

White with #2E58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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