Html Css Color HEX #294EC8 Cerulean Blue

📋 copy color: '#294EC8'

red 41 ◦ green 78 ◦ blue 200

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

Shades of Cerulean Blue #294EC8

Tints of Cerulean Blue #294EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 62.7%

R = 12.85%
G = 24.45%
B = 62.7%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#294EC8 (or 0x294EC8) is known color: Cerulean Blue. HEX triplet: 29, 4E and C8. RGB value is (41,78,200). Sum of RGB (Red+Green+Blue) = 41+78+200=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 200 (78.52% from 255 or 62.70% from 319); Max value from RGB is 200 - color contains mainly: blue. Hex color #294EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EC8 is #D6B137. Grayscale: #505050. Windows color (decimal): -14070072 or 13127209. OLE color: 13127209.

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

Color convert

RGB 41 78 200 -
CMYK 0.80 0.61 0 0.22
HSL 226.04º 0.66% 0.47% -
HSV(B) 226.04º 0.8% 0.78% -
XYZ 14.06 10.09 55.85 -
YUV 80.85 195.24 99.58 -
System Red Green Blue C M Y K H S L
Decimal 41 78 200 0.80 0.61 0 0.22 226.04 0.66 0.47
Hex 29 4E C8 50 3D 0 16 E2 42 2F
Octal 51 116 310 120 75 0 26 342 102 57
Binary 101001 1001110 11001000 1010000 111101 0 10110 11100010 1000010 101111

Color Harmonies of #294EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EC8

Black with #294EC8

Text Example


Text Example

White with #294EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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