Html Css Color HEX #294EDA Cerulean Blue

📋 copy color: '#294EDA'

red 41 ◦ green 78 ◦ blue 218

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

Shades of Cerulean Blue #294EDA

Tints of Cerulean Blue #294EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 12.17%
G = 23.15%
B = 64.69%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#294EDA (or 0x294EDA) is known color: Cerulean Blue. HEX triplet: 29, 4E and DA. RGB value is (41,78,218). Sum of RGB (Red+Green+Blue) = 41+78+218=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #294EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EDA is #D6B125. Grayscale: #525252. Windows color (decimal): -14070054 or 14306857. OLE color: 14306857.

HSL color Cylindrical-coordinate representation of color #294EDA: hue angle of 227.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294EDA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 78 218 -
CMYK 0.81 0.64 0 0.15
HSL 227.46º 0.71% 0.51% -
HSV(B) 227.46º 0.81% 0.85% -
XYZ 16.29 10.98 67.59 -
YUV 82.9 204.24 98.12 -
System Red Green Blue C M Y K H S L
Decimal 41 78 218 0.81 0.64 0 0.15 227.46 0.71 0.51
Hex 29 4E DA 51 40 0 F E3 47 33
Octal 51 116 332 121 100 0 17 343 107 63
Binary 101001 1001110 11011010 1010001 1000000 0 1111 11100011 1000111 110011

Color Harmonies of #294EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EDA

Black with #294EDA

Text Example


Text Example

White with #294EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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