Html Css Color HEX #294AB9 Cerulean Blue

📋 copy color: '#294AB9'

red 41 ◦ green 74 ◦ blue 185

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

Shades of Cerulean Blue #294AB9

Tints of Cerulean Blue #294AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.67%

R = 13.67%
G = 24.67%
B = 61.67%

CMYK

 C value IS 0.78

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294AB9 (or 0x294AB9) is known color: Cerulean Blue. HEX triplet: 29, 4A and B9. RGB value is (41,74,185). Sum of RGB (Red+Green+Blue) = 41+74+185=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #294AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AB9 is #D6B546. Grayscale: #4C4C4C. Windows color (decimal): -14071111 or 12143145. OLE color: 12143145.

HSL color Cylindrical-coordinate representation of color #294AB9: hue angle of 226.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294AB9 is Cyan = 0.78, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 74 185 -
CMYK 0.78 0.6 0 0.27
HSL 226.25º 0.64% 0.44% -
HSV(B) 226.25º 0.78% 0.73% -
XYZ 12.12 8.87 46.97 -
YUV 76.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 41 74 185 0.78 0.6 0 0.27 226.25 0.64 0.44
Hex 29 4A B9 4E 3C 0 1B E2 40 2C
Octal 51 112 271 116 74 0 33 342 100 54
Binary 101001 1001010 10111001 1001110 111100 0 11011 11100010 1000000 101100

Color Harmonies of #294AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294AB9

Black with #294AB9

Text Example


Text Example

White with #294AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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