Html Css Color HEX #2C4EDF Cerulean Blue

📋 copy color: '#2C4EDF'

red 44 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #2C4EDF

Tints of Cerulean Blue #2C4EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.64%

R = 12.75%
G = 22.61%
B = 64.64%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C4EDF (or 0x2C4EDF) is known color: Cerulean Blue. HEX triplet: 2C, 4E and DF. RGB value is (44,78,223). Sum of RGB (Red+Green+Blue) = 44+78+223=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C4EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4EDF is #D3B120. Grayscale: #535353. Windows color (decimal): -13873441 or 14634540. OLE color: 14634540.

HSL color Cylindrical-coordinate representation of color #2C4EDF: hue angle of 228.6º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4EDF is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 78 223 -
CMYK 0.80 0.65 0 0.13
HSL 228.6º 0.74% 0.52% -
HSV(B) 228.6º 0.8% 0.87% -
XYZ 17.08 11.31 71.1 -
YUV 84.36 206.24 99.21 -
System Red Green Blue C M Y K H S L
Decimal 44 78 223 0.80 0.65 0 0.13 228.6 0.74 0.52
Hex 2C 4E DF 50 41 0 D E5 4A 34
Octal 54 116 337 120 101 0 15 345 112 64
Binary 101100 1001110 11011111 1010000 1000001 0 1101 11100101 1001010 110100

Color Harmonies of #2C4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4EDF

Black with #2C4EDF

Text Example


Text Example

White with #2C4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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