Html Css Color HEX #294ABD Cerulean Blue

📋 copy color: '#294ABD'

red 41 ◦ green 74 ◦ blue 189

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

Shades of Cerulean Blue #294ABD

Tints of Cerulean Blue #294ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 13.49%
G = 24.34%
B = 62.17%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#294ABD (or 0x294ABD) is known color: Cerulean Blue. HEX triplet: 29, 4A and BD. RGB value is (41,74,189). Sum of RGB (Red+Green+Blue) = 41+74+189=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #294ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ABD is #D6B542. Grayscale: #4C4C4C. Windows color (decimal): -14071107 or 12405289. OLE color: 12405289.

HSL color Cylindrical-coordinate representation of color #294ABD: hue angle of 226.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294ABD is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 74 189 -
CMYK 0.78 0.61 0 0.26
HSL 226.62º 0.64% 0.45% -
HSV(B) 226.62º 0.78% 0.74% -
XYZ 12.55 9.04 49.23 -
YUV 77.24 191.07 102.15 -
System Red Green Blue C M Y K H S L
Decimal 41 74 189 0.78 0.61 0 0.26 226.62 0.64 0.45
Hex 29 4A BD 4E 3D 0 1A E3 40 2D
Octal 51 112 275 116 75 0 32 343 100 55
Binary 101001 1001010 10111101 1001110 111101 0 11010 11100011 1000000 101101

Color Harmonies of #294ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ABD

Black with #294ABD

Text Example


Text Example

White with #294ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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