Html Css Color HEX #294FDD Cerulean Blue

📋 copy color: '#294FDD'

red 41 ◦ green 79 ◦ blue 221

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

Shades of Cerulean Blue #294FDD

Tints of Cerulean Blue #294FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.81%

R = 12.02%
G = 23.17%
B = 64.81%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#294FDD (or 0x294FDD) is known color: Cerulean Blue. HEX triplet: 29, 4F and DD. RGB value is (41,79,221). Sum of RGB (Red+Green+Blue) = 41+79+221=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #294FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FDD is #D6B022. Grayscale: #535353. Windows color (decimal): -14069795 or 14503721. OLE color: 14503721.

HSL color Cylindrical-coordinate representation of color #294FDD: hue angle of 227.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294FDD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 79 221 -
CMYK 0.81 0.64 0 0.13
HSL 227.33º 0.73% 0.51% -
HSV(B) 227.33º 0.81% 0.87% -
XYZ 16.76 11.28 69.7 -
YUV 83.83 205.41 97.45 -
System Red Green Blue C M Y K H S L
Decimal 41 79 221 0.81 0.64 0 0.13 227.33 0.73 0.51
Hex 29 4F DD 51 40 0 D E3 49 33
Octal 51 117 335 121 100 0 15 343 111 63
Binary 101001 1001111 11011101 1010001 1000000 0 1101 11100011 1001001 110011

Color Harmonies of #294FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FDD

Black with #294FDD

Text Example


Text Example

White with #294FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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