Html Css Color HEX #294DD7 Cerulean Blue

📋 copy color: '#294DD7'

red 41 ◦ green 77 ◦ blue 215

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

Shades of Cerulean Blue #294DD7

Tints of Cerulean Blue #294DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.56%

R = 12.31%
G = 23.12%
B = 64.56%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#294DD7 (or 0x294DD7) is known color: Cerulean Blue. HEX triplet: 29, 4D and D7. RGB value is (41,77,215). Sum of RGB (Red+Green+Blue) = 41+77+215=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 215 (84.38% from 255 or 64.56% from 333); Max value from RGB is 215 - color contains mainly: blue. Hex color #294DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DD7 is #D6B228. Grayscale: #515151. Windows color (decimal): -14070313 or 14109993. OLE color: 14109993.

HSL color Cylindrical-coordinate representation of color #294DD7: hue angle of 227.59º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294DD7 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 77 215 -
CMYK 0.81 0.64 0 0.16
HSL 227.59º 0.69% 0.5% -
HSV(B) 227.59º 0.81% 0.84% -
XYZ 15.83 10.69 65.52 -
YUV 81.97 203.07 98.78 -
System Red Green Blue C M Y K H S L
Decimal 41 77 215 0.81 0.64 0 0.16 227.59 0.69 0.5
Hex 29 4D D7 51 40 0 10 E4 45 32
Octal 51 115 327 121 100 0 20 344 105 62
Binary 101001 1001101 11010111 1010001 1000000 0 10000 11100100 1000101 110010

Color Harmonies of #294DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DD7

Black with #294DD7

Text Example


Text Example

White with #294DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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