Html Css Color HEX #294DCE Cerulean Blue

📋 copy color: '#294DCE'

red 41 ◦ green 77 ◦ blue 206

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

Shades of Cerulean Blue #294DCE

Tints of Cerulean Blue #294DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 12.65%
G = 23.77%
B = 63.58%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#294DCE (or 0x294DCE) is known color: Cerulean Blue. HEX triplet: 29, 4D and CE. RGB value is (41,77,206). Sum of RGB (Red+Green+Blue) = 41+77+206=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #294DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DCE is #D6B231. Grayscale: #505050. Windows color (decimal): -14070322 or 13520169. OLE color: 13520169.

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

Color convert

RGB 41 77 206 -
CMYK 0.80 0.63 0 0.19
HSL 226.91º 0.67% 0.48% -
HSV(B) 226.91º 0.8% 0.81% -
XYZ 14.71 10.24 59.59 -
YUV 80.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 41 77 206 0.80 0.63 0 0.19 226.91 0.67 0.48
Hex 29 4D CE 50 3F 0 13 E3 43 30
Octal 51 115 316 120 77 0 23 343 103 60
Binary 101001 1001101 11001110 1010000 111111 0 10011 11100011 1000011 110000

Color Harmonies of #294DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DCE

Black with #294DCE

Text Example


Text Example

White with #294DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,77,206); }

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

background-color css

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

 a { background-color: rgb(41,77,206); }

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

border-color css

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

 span { border-color: rgb(41,77,206); }

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