Html Css Color HEX #294DDD Cerulean Blue

📋 copy color: '#294DDD'

red 41 ◦ green 77 ◦ blue 221

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

Shades of Cerulean Blue #294DDD

Tints of Cerulean Blue #294DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 12.09%
G = 22.71%
B = 65.19%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#294DDD (or 0x294DDD) is known color: Cerulean Blue. HEX triplet: 29, 4D and DD. RGB value is (41,77,221). Sum of RGB (Red+Green+Blue) = 41+77+221=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #294DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DDD is #D6B222. Grayscale: #525252. Windows color (decimal): -14070307 or 14503209. OLE color: 14503209.

HSL color Cylindrical-coordinate representation of color #294DDD: hue angle of 228º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294DDD is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 77 221 -
CMYK 0.81 0.65 0 0.13
HSL 228º 0.73% 0.51% -
HSV(B) 228º 0.81% 0.87% -
XYZ 16.62 11 69.65 -
YUV 82.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 41 77 221 0.81 0.65 0 0.13 228 0.73 0.51
Hex 29 4D DD 51 41 0 D E4 49 33
Octal 51 115 335 121 101 0 15 344 111 63
Binary 101001 1001101 11011101 1010001 1000001 0 1101 11100100 1001001 110011

Color Harmonies of #294DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DDD

Black with #294DDD

Text Example


Text Example

White with #294DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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