Html Css Color HEX #294FB4 Cerulean Blue

📋 copy color: '#294FB4'

red 41 ◦ green 79 ◦ blue 180

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

Shades of Cerulean Blue #294FB4

Tints of Cerulean Blue #294FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60%

R = 13.67%
G = 26.33%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#294FB4 (or 0x294FB4) is known color: Cerulean Blue. HEX triplet: 29, 4F and B4. RGB value is (41,79,180). Sum of RGB (Red+Green+Blue) = 41+79+180=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #294FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FB4 is #D6B04B. Grayscale: #4E4E4E. Windows color (decimal): -14069836 or 11816745. OLE color: 11816745.

HSL color Cylindrical-coordinate representation of color #294FB4: hue angle of 223.6º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294FB4 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 79 180 -
CMYK 0.77 0.56 0 0.29
HSL 223.6º 0.63% 0.43% -
HSV(B) 223.6º 0.77% 0.71% -
XYZ 11.95 9.36 44.36 -
YUV 79.15 184.91 100.79 -
System Red Green Blue C M Y K H S L
Decimal 41 79 180 0.77 0.56 0 0.29 223.6 0.63 0.43
Hex 29 4F B4 4D 38 0 1D E0 3F 2B
Octal 51 117 264 115 70 0 35 340 77 53
Binary 101001 1001111 10110100 1001101 111000 0 11101 11100000 111111 101011

Color Harmonies of #294FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FB4

Black with #294FB4

Text Example


Text Example

White with #294FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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