Html Css Color HEX #2E5DCC Cerulean Blue

📋 copy color: '#2E5DCC'

red 46 ◦ green 93 ◦ blue 204

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

Shades of Cerulean Blue #2E5DCC

Tints of Cerulean Blue #2E5DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

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

R = 13.41%
G = 27.11%
B = 59.48%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2E5DCC (or 0x2E5DCC) is known color: Cerulean Blue. HEX triplet: 2E, 5D and CC. RGB value is (46,93,204). Sum of RGB (Red+Green+Blue) = 46+93+204=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E5DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DCC is #D1A233. Grayscale: #5B5B5B. Windows color (decimal): -13738548 or 13393198. OLE color: 13393198.

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

Color convert

RGB 46 93 204 -
CMYK 0.77 0.54 0 0.2
HSL 222.15º 0.63% 0.49% -
HSV(B) 222.15º 0.77% 0.8% -
XYZ 15.94 12.77 58.75 -
YUV 91.6 191.43 95.47 -
System Red Green Blue C M Y K H S L
Decimal 46 93 204 0.77 0.54 0 0.2 222.15 0.63 0.49
Hex 2E 5D CC 4D 36 0 14 DE 3F 31
Octal 56 135 314 115 66 0 24 336 77 61
Binary 101110 1011101 11001100 1001101 110110 0 10100 11011110 111111 110001

Color Harmonies of #2E5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5DCC

Black with #2E5DCC

Text Example


Text Example

White with #2E5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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