Html Css Color HEX #294DBD Cerulean Blue

📋 copy color: '#294DBD'

red 41 ◦ green 77 ◦ blue 189

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

Shades of Cerulean Blue #294DBD

Tints of Cerulean Blue #294DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.56%

R = 13.36%
G = 25.08%
B = 61.56%

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

#294DBD (or 0x294DBD) is known color: Cerulean Blue. HEX triplet: 29, 4D and BD. RGB value is (41,77,189). Sum of RGB (Red+Green+Blue) = 41+77+189=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #294DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DBD is #D6B242. Grayscale: #4E4E4E. Windows color (decimal): -14070339 or 12406057. OLE color: 12406057.

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

Color convert

RGB 41 77 189 -
CMYK 0.78 0.59 0 0.26
HSL 225.41º 0.64% 0.45% -
HSV(B) 225.41º 0.78% 0.74% -
XYZ 12.75 9.45 49.3 -
YUV 79 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 41 77 189 0.78 0.59 0 0.26 225.41 0.64 0.45
Hex 29 4D BD 4E 3B 0 1A E1 40 2D
Octal 51 115 275 116 73 0 32 341 100 55
Binary 101001 1001101 10111101 1001110 111011 0 11010 11100001 1000000 101101

Color Harmonies of #294DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DBD

Black with #294DBD

Text Example


Text Example

White with #294DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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