Html Css Color HEX #294ECD Cerulean Blue

📋 copy color: '#294ECD'

red 41 ◦ green 78 ◦ blue 205

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

Shades of Cerulean Blue #294ECD

Tints of Cerulean Blue #294ECD

RGB

 RED value IS 41 (16.41% from 255) = 12.65%

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 12.65%
G = 24.07%
B = 63.27%

CMYK

 C value IS 0.8

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#294ECD (or 0x294ECD) is known color: Cerulean Blue. HEX triplet: 29, 4E and CD. RGB value is (41,78,205). Sum of RGB (Red+Green+Blue) = 41+78+205=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #294ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294ECD is #D6B132. Grayscale: #505050. Windows color (decimal): -14070067 or 13454889. OLE color: 13454889.

HSL color Cylindrical-coordinate representation of color #294ECD: hue angle of 226.46º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294ECD is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 78 205 -
CMYK 0.8 0.62 0 0.20
HSL 226.46º 0.67% 0.48% -
HSV(B) 226.46º 0.8% 0.8% -
XYZ 14.66 10.33 58.98 -
YUV 81.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 41 78 205 0.8 0.62 0 0.20 226.46 0.67 0.48
Hex 29 4E CD 50 3E 0 14 E2 43 30
Octal 51 116 315 120 76 0 24 342 103 60
Binary 101001 1001110 11001101 1010000 111110 0 10100 11100010 1000011 110000

Color Harmonies of #294ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ECD

Black with #294ECD

Text Example


Text Example

White with #294ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294ECD; }

 p { color: rgb(41,78,205); }

 H1.HeaderClassName
 {
   color: #294ECD;
 }
 .AnyTagClassName
 {
   color: #294ECD;
 }
</style>

background-color css

<style>
 a { background-color: #294ECD; }

 a { background-color: rgb(41,78,205); }

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

border-color css

<style>
 span { border-color: #294ECD; }

 span { border-color: rgb(41,78,205); }

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