Html Css Color HEX #294CDB Cerulean Blue

📋 copy color: '#294CDB'

red 41 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #294CDB

Tints of Cerulean Blue #294CDB

RGB

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

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

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

R = 12.2%
G = 22.62%
B = 65.18%

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

#294CDB (or 0x294CDB) is known color: Cerulean Blue. HEX triplet: 29, 4C and DB. RGB value is (41,76,219). Sum of RGB (Red+Green+Blue) = 41+76+219=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #294CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CDB is #D6B324. Grayscale: #515151. Windows color (decimal): -14070565 or 14371881. OLE color: 14371881.

HSL color Cylindrical-coordinate representation of color #294CDB: hue angle of 228.2º 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 #294CDB is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 76 219 -
CMYK 0.81 0.65 0 0.14
HSL 228.2º 0.71% 0.51% -
HSV(B) 228.2º 0.81% 0.86% -
XYZ 16.29 10.75 68.24 -
YUV 81.84 205.4 98.87 -
System Red Green Blue C M Y K H S L
Decimal 41 76 219 0.81 0.65 0 0.14 228.2 0.71 0.51
Hex 29 4C DB 51 41 0 E E4 47 33
Octal 51 114 333 121 101 0 16 344 107 63
Binary 101001 1001100 11011011 1010001 1000001 0 1110 11100100 1000111 110011

Color Harmonies of #294CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CDB

Black with #294CDB

Text Example


Text Example

White with #294CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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