Html Css Color HEX #294ABF Cerulean Blue

📋 copy color: '#294ABF'

red 41 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #294ABF

Tints of Cerulean Blue #294ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 13.4%
G = 24.18%
B = 62.42%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#294ABF (or 0x294ABF) is known color: Cerulean Blue. HEX triplet: 29, 4A and BF. RGB value is (41,74,191). Sum of RGB (Red+Green+Blue) = 41+74+191=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #294ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ABF is #D6B540. Grayscale: #4C4C4C. Windows color (decimal): -14071105 or 12536361. OLE color: 12536361.

HSL color Cylindrical-coordinate representation of color #294ABF: hue angle of 226.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294ABF is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 74 191 -
CMYK 0.79 0.61 0 0.25
HSL 226.8º 0.65% 0.45% -
HSV(B) 226.8º 0.79% 0.75% -
XYZ 12.77 9.13 50.38 -
YUV 77.47 192.07 101.99 -
System Red Green Blue C M Y K H S L
Decimal 41 74 191 0.79 0.61 0 0.25 226.8 0.65 0.45
Hex 29 4A BF 4F 3D 0 19 E3 41 2D
Octal 51 112 277 117 75 0 31 343 101 55
Binary 101001 1001010 10111111 1001111 111101 0 11001 11100011 1000001 101101

Color Harmonies of #294ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ABF

Black with #294ABF

Text Example


Text Example

White with #294ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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