Html Css Color HEX #294BBE Cerulean Blue

📋 copy color: '#294BBE'

red 41 ◦ green 75 ◦ blue 190

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

Shades of Cerulean Blue #294BBE

Tints of Cerulean Blue #294BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 13.4%
G = 24.51%
B = 62.09%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#294BBE (or 0x294BBE) is known color: Cerulean Blue. HEX triplet: 29, 4B and BE. RGB value is (41,75,190). Sum of RGB (Red+Green+Blue) = 41+75+190=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #294BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BBE is #D6B441. Grayscale: #4D4D4D. Windows color (decimal): -14070850 or 12471081. OLE color: 12471081.

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

Color convert

RGB 41 75 190 -
CMYK 0.78 0.61 0 0.25
HSL 226.31º 0.65% 0.45% -
HSV(B) 226.31º 0.78% 0.75% -
XYZ 12.72 9.22 49.82 -
YUV 77.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 41 75 190 0.78 0.61 0 0.25 226.31 0.65 0.45
Hex 29 4B BE 4E 3D 0 19 E2 41 2D
Octal 51 113 276 116 75 0 31 342 101 55
Binary 101001 1001011 10111110 1001110 111101 0 11001 11100010 1000001 101101

Color Harmonies of #294BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BBE

Black with #294BBE

Text Example


Text Example

White with #294BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,190); }

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

background-color css

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

 a { background-color: rgb(41,75,190); }

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

border-color css

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

 span { border-color: rgb(41,75,190); }

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