Html Css Color HEX #294FB9 Cerulean Blue

📋 copy color: '#294FB9'

red 41 ◦ green 79 ◦ blue 185

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

Shades of Cerulean Blue #294FB9

Tints of Cerulean Blue #294FB9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

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

R = 13.44%
G = 25.9%
B = 60.66%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294FB9 (or 0x294FB9) is known color: Cerulean Blue. HEX triplet: 29, 4F and B9. RGB value is (41,79,185). Sum of RGB (Red+Green+Blue) = 41+79+185=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #294FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FB9 is #D6B046. Grayscale: #4F4F4F. Windows color (decimal): -14069831 or 12144425. OLE color: 12144425.

HSL color Cylindrical-coordinate representation of color #294FB9: hue angle of 224.17º 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 #294FB9 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 79 185 -
CMYK 0.78 0.57 0 0.27
HSL 224.17º 0.64% 0.44% -
HSV(B) 224.17º 0.78% 0.73% -
XYZ 12.47 9.57 47.09 -
YUV 79.72 187.41 100.38 -
System Red Green Blue C M Y K H S L
Decimal 41 79 185 0.78 0.57 0 0.27 224.17 0.64 0.44
Hex 29 4F B9 4E 39 0 1B E0 40 2C
Octal 51 117 271 116 71 0 33 340 100 54
Binary 101001 1001111 10111001 1001110 111001 0 11011 11100000 1000000 101100

Color Harmonies of #294FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FB9

Black with #294FB9

Text Example


Text Example

White with #294FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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