Html Css Color HEX #294CCD Cerulean Blue

📋 copy color: '#294CCD'

red 41 ◦ green 76 ◦ blue 205

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

Shades of Cerulean Blue #294CCD

Tints of Cerulean Blue #294CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

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

R = 12.73%
G = 23.6%
B = 63.66%

CMYK

 C value IS 0.8

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#294CCD (or 0x294CCD) is known color: Cerulean Blue. HEX triplet: 29, 4C and CD. RGB value is (41,76,205). Sum of RGB (Red+Green+Blue) = 41+76+205=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #294CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CCD is #D6B332. Grayscale: #4F4F4F. Windows color (decimal): -14070579 or 13454377. OLE color: 13454377.

HSL color Cylindrical-coordinate representation of color #294CCD: hue angle of 227.2º 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 #294CCD is Cyan = 0.8, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 76 205 -
CMYK 0.8 0.63 0 0.20
HSL 227.2º 0.67% 0.48% -
HSV(B) 227.2º 0.8% 0.8% -
XYZ 14.52 10.05 58.93 -
YUV 80.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 41 76 205 0.8 0.63 0 0.20 227.2 0.67 0.48
Hex 29 4C CD 50 3F 0 14 E3 43 30
Octal 51 114 315 120 77 0 24 343 103 60
Binary 101001 1001100 11001101 1010000 111111 0 10100 11100011 1000011 110000

Color Harmonies of #294CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CCD

Black with #294CCD

Text Example


Text Example

White with #294CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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