Html Css Color HEX #294DDC Cerulean Blue

📋 copy color: '#294DDC'

red 41 ◦ green 77 ◦ blue 220

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

Shades of Cerulean Blue #294DDC

Tints of Cerulean Blue #294DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 12.13%
G = 22.78%
B = 65.09%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#294DDC (or 0x294DDC) is known color: Cerulean Blue. HEX triplet: 29, 4D and DC. RGB value is (41,77,220). Sum of RGB (Red+Green+Blue) = 41+77+220=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #294DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DDC is #D6B223. Grayscale: #515151. Windows color (decimal): -14070308 or 14437673. OLE color: 14437673.

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

Color convert

RGB 41 77 220 -
CMYK 0.81 0.65 0 0.14
HSL 227.93º 0.72% 0.51% -
HSV(B) 227.93º 0.81% 0.86% -
XYZ 16.49 10.95 68.95 -
YUV 82.54 205.57 98.37 -
System Red Green Blue C M Y K H S L
Decimal 41 77 220 0.81 0.65 0 0.14 227.93 0.72 0.51
Hex 29 4D DC 51 41 0 E E4 48 33
Octal 51 115 334 121 101 0 16 344 110 63
Binary 101001 1001101 11011100 1010001 1000001 0 1110 11100100 1001000 110011

Color Harmonies of #294DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DDC

Black with #294DDC

Text Example


Text Example

White with #294DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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