Html Css Color HEX #294DD9 Cerulean Blue

📋 copy color: '#294DD9'

red 41 ◦ green 77 ◦ blue 217

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

Shades of Cerulean Blue #294DD9

Tints of Cerulean Blue #294DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 64.78%

R = 12.24%
G = 22.99%
B = 64.78%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#294DD9 (or 0x294DD9) is known color: Cerulean Blue. HEX triplet: 29, 4D and D9. RGB value is (41,77,217). Sum of RGB (Red+Green+Blue) = 41+77+217=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #294DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DD9 is #D6B226. Grayscale: #515151. Windows color (decimal): -14070311 or 14241065. OLE color: 14241065.

HSL color Cylindrical-coordinate representation of color #294DD9: hue angle of 227.73º degrees, saturation: 0.7, 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 #294DD9 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 77 217 -
CMYK 0.81 0.65 0 0.15
HSL 227.73º 0.7% 0.51% -
HSV(B) 227.73º 0.81% 0.85% -
XYZ 16.09 10.79 66.88 -
YUV 82.2 204.07 98.62 -
System Red Green Blue C M Y K H S L
Decimal 41 77 217 0.81 0.65 0 0.15 227.73 0.7 0.51
Hex 29 4D D9 51 41 0 F E4 46 33
Octal 51 115 331 121 101 0 17 344 106 63
Binary 101001 1001101 11011001 1010001 1000001 0 1111 11100100 1000110 110011

Color Harmonies of #294DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DD9

Black with #294DD9

Text Example


Text Example

White with #294DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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