Html Css Color HEX #294EAD Cerulean Blue

📋 copy color: '#294EAD'

red 41 ◦ green 78 ◦ blue 173

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

Shades of Cerulean Blue #294EAD

Tints of Cerulean Blue #294EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 14.04%
G = 26.71%
B = 59.25%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#294EAD (or 0x294EAD) is known color: Cerulean Blue. HEX triplet: 29, 4E and AD. RGB value is (41,78,173). Sum of RGB (Red+Green+Blue) = 41+78+173=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #294EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294EAD is #D6B152. Grayscale: #4D4D4D. Windows color (decimal): -14070099 or 11357737. OLE color: 11357737.

HSL color Cylindrical-coordinate representation of color #294EAD: hue angle of 223.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294EAD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 78 173 -
CMYK 0.76 0.55 0 0.32
HSL 223.18º 0.62% 0.42% -
HSV(B) 223.18º 0.76% 0.68% -
XYZ 11.18 8.94 40.67 -
YUV 77.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 41 78 173 0.76 0.55 0 0.32 223.18 0.62 0.42
Hex 29 4E AD 4C 37 0 20 DF 3E 2A
Octal 51 116 255 114 67 0 40 337 76 52
Binary 101001 1001110 10101101 1001100 110111 0 100000 11011111 111110 101010

Color Harmonies of #294EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EAD

Black with #294EAD

Text Example


Text Example

White with #294EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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