Html Css Color HEX #294EBF Cerulean Blue

📋 copy color: '#294EBF'

red 41 ◦ green 78 ◦ blue 191

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

Shades of Cerulean Blue #294EBF

Tints of Cerulean Blue #294EBF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

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

R = 13.23%
G = 25.16%
B = 61.61%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#294EBF (or 0x294EBF) is known color: Cerulean Blue. HEX triplet: 29, 4E and BF. RGB value is (41,78,191). Sum of RGB (Red+Green+Blue) = 41+78+191=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #294EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EBF is #D6B140. Grayscale: #4F4F4F. Windows color (decimal): -14070081 or 12537385. OLE color: 12537385.

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

Color convert

RGB 41 78 191 -
CMYK 0.79 0.59 0 0.25
HSL 225.2º 0.65% 0.45% -
HSV(B) 225.2º 0.79% 0.75% -
XYZ 13.04 9.68 50.47 -
YUV 79.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 41 78 191 0.79 0.59 0 0.25 225.2 0.65 0.45
Hex 29 4E BF 4F 3B 0 19 E1 41 2D
Octal 51 116 277 117 73 0 31 341 101 55
Binary 101001 1001110 10111111 1001111 111011 0 11001 11100001 1000001 101101

Color Harmonies of #294EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EBF

Black with #294EBF

Text Example


Text Example

White with #294EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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