Html Css Color HEX #294AC5 Cerulean Blue

📋 copy color: '#294AC5'

red 41 ◦ green 74 ◦ blue 197

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

Shades of Cerulean Blue #294AC5

Tints of Cerulean Blue #294AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 63.14%

R = 13.14%
G = 23.72%
B = 63.14%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#294AC5 (or 0x294AC5) is known color: Cerulean Blue. HEX triplet: 29, 4A and C5. RGB value is (41,74,197). Sum of RGB (Red+Green+Blue) = 41+74+197=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #294AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AC5 is #D6B53A. Grayscale: #4D4D4D. Windows color (decimal): -14071099 or 12929577. OLE color: 12929577.

HSL color Cylindrical-coordinate representation of color #294AC5: hue angle of 227.31º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294AC5 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 74 197 -
CMYK 0.79 0.62 0 0.23
HSL 227.31º 0.66% 0.47% -
HSV(B) 227.31º 0.79% 0.77% -
XYZ 13.44 9.4 53.93 -
YUV 78.16 195.07 101.5 -
System Red Green Blue C M Y K H S L
Decimal 41 74 197 0.79 0.62 0 0.23 227.31 0.66 0.47
Hex 29 4A C5 4F 3E 0 17 E3 42 2F
Octal 51 112 305 117 76 0 27 343 102 57
Binary 101001 1001010 11000101 1001111 111110 0 10111 11100011 1000010 101111

Color Harmonies of #294AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294AC5

Black with #294AC5

Text Example


Text Example

White with #294AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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