Html Css Color HEX #294FCD Cerulean Blue

📋 copy color: '#294FCD'

red 41 ◦ green 79 ◦ blue 205

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

Shades of Cerulean Blue #294FCD

Tints of Cerulean Blue #294FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.31%

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

R = 12.62%
G = 24.31%
B = 63.08%

CMYK

 C value IS 0.8

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#294FCD (or 0x294FCD) is known color: Cerulean Blue. HEX triplet: 29, 4F and CD. RGB value is (41,79,205). Sum of RGB (Red+Green+Blue) = 41+79+205=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #294FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FCD is #D6B032. Grayscale: #515151. Windows color (decimal): -14069811 or 13455145. OLE color: 13455145.

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

Color convert

RGB 41 79 205 -
CMYK 0.8 0.61 0 0.20
HSL 226.1º 0.67% 0.48% -
HSV(B) 226.1º 0.8% 0.8% -
XYZ 14.73 10.47 59 -
YUV 82 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 41 79 205 0.8 0.61 0 0.20 226.1 0.67 0.48
Hex 29 4F CD 50 3D 0 14 E2 43 30
Octal 51 117 315 120 75 0 24 342 103 60
Binary 101001 1001111 11001101 1010000 111101 0 10100 11100010 1000011 110000

Color Harmonies of #294FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FCD

Black with #294FCD

Text Example


Text Example

White with #294FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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