Html Css Color HEX #294DBA Cerulean Blue

📋 copy color: '#294DBA'

red 41 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #294DBA

Tints of Cerulean Blue #294DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 13.49%
G = 25.33%
B = 61.18%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294DBA (or 0x294DBA) is known color: Cerulean Blue. HEX triplet: 29, 4D and BA. RGB value is (41,77,186). Sum of RGB (Red+Green+Blue) = 41+77+186=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #294DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DBA is #D6B245. Grayscale: #4E4E4E. Windows color (decimal): -14070342 or 12209449. OLE color: 12209449.

HSL color Cylindrical-coordinate representation of color #294DBA: hue angle of 225.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294DBA is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 77 186 -
CMYK 0.78 0.59 0 0.27
HSL 225.1º 0.64% 0.45% -
HSV(B) 225.1º 0.78% 0.73% -
XYZ 12.43 9.32 47.6 -
YUV 78.66 188.57 101.14 -
System Red Green Blue C M Y K H S L
Decimal 41 77 186 0.78 0.59 0 0.27 225.1 0.64 0.45
Hex 29 4D BA 4E 3B 0 1B E1 40 2D
Octal 51 115 272 116 73 0 33 341 100 55
Binary 101001 1001101 10111010 1001110 111011 0 11011 11100001 1000000 101101

Color Harmonies of #294DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DBA

Black with #294DBA

Text Example


Text Example

White with #294DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,77,186); }

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

background-color css

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

 a { background-color: rgb(41,77,186); }

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

border-color css

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

 span { border-color: rgb(41,77,186); }

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