Html Css Color HEX #2C4EDC Cerulean Blue

📋 copy color: '#2C4EDC'

red 44 ◦ green 78 ◦ blue 220

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

Shades of Cerulean Blue #2C4EDC

Tints of Cerulean Blue #2C4EDC

RGB

 RED value IS 44 (17.58% from 255) = 12.87%

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 12.87%
G = 22.81%
B = 64.33%

CMYK

 C value IS 0.8

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C4EDC (or 0x2C4EDC) is known color: Cerulean Blue. HEX triplet: 2C, 4E and DC. RGB value is (44,78,220). Sum of RGB (Red+Green+Blue) = 44+78+220=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C4EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4EDC is #D3B123. Grayscale: #535353. Windows color (decimal): -13873444 or 14437932. OLE color: 14437932.

HSL color Cylindrical-coordinate representation of color #2C4EDC: hue angle of 228.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4EDC is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 78 220 -
CMYK 0.8 0.65 0 0.14
HSL 228.41º 0.72% 0.52% -
HSV(B) 228.41º 0.8% 0.86% -
XYZ 16.68 11.15 68.98 -
YUV 84.02 204.74 99.45 -
System Red Green Blue C M Y K H S L
Decimal 44 78 220 0.8 0.65 0 0.14 228.41 0.72 0.52
Hex 2C 4E DC 50 41 0 E E4 48 34
Octal 54 116 334 120 101 0 16 344 110 64
Binary 101100 1001110 11011100 1010000 1000001 0 1110 11100100 1001000 110100

Color Harmonies of #2C4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4EDC

Black with #2C4EDC

Text Example


Text Example

White with #2C4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,78,220); }

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

background-color css

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

 a { background-color: rgb(44,78,220); }

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

border-color css

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

 span { border-color: rgb(44,78,220); }

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