Html Css Color HEX #294BB9 Cerulean Blue

📋 copy color: '#294BB9'

red 41 ◦ green 75 ◦ blue 185

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

Shades of Cerulean Blue #294BB9

Tints of Cerulean Blue #294BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

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

R = 13.62%
G = 24.92%
B = 61.46%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294BB9 (or 0x294BB9) is known color: Cerulean Blue. HEX triplet: 29, 4B and B9. RGB value is (41,75,185). Sum of RGB (Red+Green+Blue) = 41+75+185=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #294BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BB9 is #D6B446. Grayscale: #4C4C4C. Windows color (decimal): -14070855 or 12143401. OLE color: 12143401.

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

Color convert

RGB 41 75 185 -
CMYK 0.78 0.59 0 0.27
HSL 225.83º 0.64% 0.44% -
HSV(B) 225.83º 0.78% 0.73% -
XYZ 12.19 9.01 46.99 -
YUV 77.37 188.74 102.06 -
System Red Green Blue C M Y K H S L
Decimal 41 75 185 0.78 0.59 0 0.27 225.83 0.64 0.44
Hex 29 4B B9 4E 3B 0 1B E2 40 2C
Octal 51 113 271 116 73 0 33 342 100 54
Binary 101001 1001011 10111001 1001110 111011 0 11011 11100010 1000000 101100

Color Harmonies of #294BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BB9

Black with #294BB9

Text Example


Text Example

White with #294BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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