Html Css Color HEX #294ADD Cerulean Blue

📋 copy color: '#294ADD'

red 41 ◦ green 74 ◦ blue 221

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

Shades of Cerulean Blue #294ADD

Tints of Cerulean Blue #294ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

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

R = 12.2%
G = 22.02%
B = 65.77%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#294ADD (or 0x294ADD) is known color: Cerulean Blue. HEX triplet: 29, 4A and DD. RGB value is (41,74,221). Sum of RGB (Red+Green+Blue) = 41+74+221=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #294ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ADD is #D6B522. Grayscale: #505050. Windows color (decimal): -14071075 or 14502441. OLE color: 14502441.

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

Color convert

RGB 41 74 221 -
CMYK 0.81 0.67 0 0.13
HSL 229º 0.73% 0.51% -
HSV(B) 229º 0.81% 0.87% -
XYZ 16.41 10.59 69.59 -
YUV 80.89 207.07 99.55 -
System Red Green Blue C M Y K H S L
Decimal 41 74 221 0.81 0.67 0 0.13 229 0.73 0.51
Hex 29 4A DD 51 43 0 D E5 49 33
Octal 51 112 335 121 103 0 15 345 111 63
Binary 101001 1001010 11011101 1010001 1000011 0 1101 11100101 1001001 110011

Color Harmonies of #294ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ADD

Black with #294ADD

Text Example


Text Example

White with #294ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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