Html Css Color HEX #294FB8 Cerulean Blue

📋 copy color: '#294FB8'

red 41 ◦ green 79 ◦ blue 184

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

Shades of Cerulean Blue #294FB8

Tints of Cerulean Blue #294FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 60.53%

R = 13.49%
G = 25.99%
B = 60.53%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#294FB8 (or 0x294FB8) is known color: Cerulean Blue. HEX triplet: 29, 4F and B8. RGB value is (41,79,184). Sum of RGB (Red+Green+Blue) = 41+79+184=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 184 (72.27% from 255 or 60.53% from 304); Max value from RGB is 184 - color contains mainly: blue. Hex color #294FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FB8 is #D6B047. Grayscale: #4F4F4F. Windows color (decimal): -14069832 or 12078889. OLE color: 12078889.

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

Color convert

RGB 41 79 184 -
CMYK 0.78 0.57 0 0.28
HSL 224.06º 0.64% 0.44% -
HSV(B) 224.06º 0.78% 0.72% -
XYZ 12.36 9.52 46.53 -
YUV 79.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 41 79 184 0.78 0.57 0 0.28 224.06 0.64 0.44
Hex 29 4F B8 4E 39 0 1C E0 40 2C
Octal 51 117 270 116 71 0 34 340 100 54
Binary 101001 1001111 10111000 1001110 111001 0 11100 11100000 1000000 101100

Color Harmonies of #294FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FB8

Black with #294FB8

Text Example


Text Example

White with #294FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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