Html Css Color HEX #2E5CBC Cerulean Blue

📋 copy color: '#2E5CBC'

red 46 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #2E5CBC

Tints of Cerulean Blue #2E5CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 14.11%
G = 28.22%
B = 57.67%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E5CBC (or 0x2E5CBC) is known color: Cerulean Blue. HEX triplet: 2E, 5C and BC. RGB value is (46,92,188). Sum of RGB (Red+Green+Blue) = 46+92+188=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E5CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5CBC is #D1A343. Grayscale: #585858. Windows color (decimal): -13738820 or 12344366. OLE color: 12344366.

HSL color Cylindrical-coordinate representation of color #2E5CBC: hue angle of 220.56º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5CBC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 92 188 -
CMYK 0.76 0.51 0 0.26
HSL 220.56º 0.61% 0.46% -
HSV(B) 220.56º 0.76% 0.74% -
XYZ 14.03 11.87 49.13 -
YUV 89.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 46 92 188 0.76 0.51 0 0.26 220.56 0.61 0.46
Hex 2E 5C BC 4C 33 0 1A DD 3D 2E
Octal 56 134 274 114 63 0 32 335 75 56
Binary 101110 1011100 10111100 1001100 110011 0 11010 11011101 111101 101110

Color Harmonies of #2E5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5CBC

Black with #2E5CBC

Text Example


Text Example

White with #2E5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,188); }

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

background-color css

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

 a { background-color: rgb(46,92,188); }

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

border-color css

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

 span { border-color: rgb(46,92,188); }

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