Html Css Color HEX #294DDB Cerulean Blue

📋 copy color: '#294DDB'

red 41 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #294DDB

Tints of Cerulean Blue #294DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 12.17%
G = 22.85%
B = 64.99%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#294DDB (or 0x294DDB) is known color: Cerulean Blue. HEX triplet: 29, 4D and DB. RGB value is (41,77,219). Sum of RGB (Red+Green+Blue) = 41+77+219=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #294DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DDB is #D6B224. Grayscale: #515151. Windows color (decimal): -14070309 or 14372137. OLE color: 14372137.

HSL color Cylindrical-coordinate representation of color #294DDB: hue angle of 227.87º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294DDB is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 77 219 -
CMYK 0.81 0.65 0 0.14
HSL 227.87º 0.71% 0.51% -
HSV(B) 227.87º 0.81% 0.86% -
XYZ 16.35 10.89 68.26 -
YUV 82.42 205.07 98.45 -
System Red Green Blue C M Y K H S L
Decimal 41 77 219 0.81 0.65 0 0.14 227.87 0.71 0.51
Hex 29 4D DB 51 41 0 E E4 47 33
Octal 51 115 333 121 101 0 16 344 107 63
Binary 101001 1001101 11011011 1010001 1000001 0 1110 11100100 1000111 110011

Color Harmonies of #294DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DDB

Black with #294DDB

Text Example


Text Example

White with #294DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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