Html Css Color HEX #294DBC Cerulean Blue

📋 copy color: '#294DBC'

red 41 ◦ green 77 ◦ blue 188

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

Shades of Cerulean Blue #294DBC

Tints of Cerulean Blue #294DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 13.4%
G = 25.16%
B = 61.44%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#294DBC (or 0x294DBC) is known color: Cerulean Blue. HEX triplet: 29, 4D and BC. RGB value is (41,77,188). Sum of RGB (Red+Green+Blue) = 41+77+188=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #294DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DBC is #D6B243. Grayscale: #4E4E4E. Windows color (decimal): -14070340 or 12340521. OLE color: 12340521.

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

Color convert

RGB 41 77 188 -
CMYK 0.78 0.59 0 0.26
HSL 225.31º 0.64% 0.45% -
HSV(B) 225.31º 0.78% 0.74% -
XYZ 12.65 9.41 48.73 -
YUV 78.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 41 77 188 0.78 0.59 0 0.26 225.31 0.64 0.45
Hex 29 4D BC 4E 3B 0 1A E1 40 2D
Octal 51 115 274 116 73 0 32 341 100 55
Binary 101001 1001101 10111100 1001110 111011 0 11010 11100001 1000000 101101

Color Harmonies of #294DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DBC

Black with #294DBC

Text Example


Text Example

White with #294DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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