Html Css Color HEX #294DCD Cerulean Blue

📋 copy color: '#294DCD'

red 41 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #294DCD

Tints of Cerulean Blue #294DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 12.69%
G = 23.84%
B = 63.47%

CMYK

 C value IS 0.8

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#294DCD (or 0x294DCD) is known color: Cerulean Blue. HEX triplet: 29, 4D and CD. RGB value is (41,77,205). Sum of RGB (Red+Green+Blue) = 41+77+205=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #294DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DCD is #D6B232. Grayscale: #505050. Windows color (decimal): -14070323 or 13454633. OLE color: 13454633.

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

Color convert

RGB 41 77 205 -
CMYK 0.8 0.62 0 0.20
HSL 226.83º 0.67% 0.48% -
HSV(B) 226.83º 0.8% 0.8% -
XYZ 14.59 10.19 58.96 -
YUV 80.83 198.07 99.59 -
System Red Green Blue C M Y K H S L
Decimal 41 77 205 0.8 0.62 0 0.20 226.83 0.67 0.48
Hex 29 4D CD 50 3E 0 14 E3 43 30
Octal 51 115 315 120 76 0 24 343 103 60
Binary 101001 1001101 11001101 1010000 111110 0 10100 11100011 1000011 110000

Color Harmonies of #294DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DCD

Black with #294DCD

Text Example


Text Example

White with #294DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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