Html Css Color HEX #294EC9 Cerulean Blue

📋 copy color: '#294EC9'

red 41 ◦ green 78 ◦ blue 201

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

Shades of Cerulean Blue #294EC9

Tints of Cerulean Blue #294EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 62.81%

R = 12.81%
G = 24.38%
B = 62.81%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#294EC9 (or 0x294EC9) is known color: Cerulean Blue. HEX triplet: 29, 4E and C9. RGB value is (41,78,201). Sum of RGB (Red+Green+Blue) = 41+78+201=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #294EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EC9 is #D6B136. Grayscale: #505050. Windows color (decimal): -14070071 or 13192745. OLE color: 13192745.

HSL color Cylindrical-coordinate representation of color #294EC9: hue angle of 226.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294EC9 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 78 201 -
CMYK 0.80 0.61 0 0.21
HSL 226.13º 0.66% 0.47% -
HSV(B) 226.13º 0.8% 0.79% -
XYZ 14.18 10.14 56.47 -
YUV 80.96 195.74 99.5 -
System Red Green Blue C M Y K H S L
Decimal 41 78 201 0.80 0.61 0 0.21 226.13 0.66 0.47
Hex 29 4E C9 50 3D 0 15 E2 42 2F
Octal 51 116 311 120 75 0 25 342 102 57
Binary 101001 1001110 11001001 1010000 111101 0 10101 11100010 1000010 101111

Color Harmonies of #294EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EC9

Black with #294EC9

Text Example


Text Example

White with #294EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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