Html Css Color HEX #294DBB Cerulean Blue

📋 copy color: '#294DBB'

red 41 ◦ green 77 ◦ blue 187

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

Shades of Cerulean Blue #294DBB

Tints of Cerulean Blue #294DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 13.44%
G = 25.25%
B = 61.31%

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

#294DBB (or 0x294DBB) is known color: Cerulean Blue. HEX triplet: 29, 4D and BB. RGB value is (41,77,187). Sum of RGB (Red+Green+Blue) = 41+77+187=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #294DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DBB is #D6B244. Grayscale: #4E4E4E. Windows color (decimal): -14070341 or 12274985. OLE color: 12274985.

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

Color convert

RGB 41 77 187 -
CMYK 0.78 0.59 0 0.27
HSL 225.21º 0.64% 0.45% -
HSV(B) 225.21º 0.78% 0.73% -
XYZ 12.54 9.37 48.16 -
YUV 78.78 189.07 101.06 -
System Red Green Blue C M Y K H S L
Decimal 41 77 187 0.78 0.59 0 0.27 225.21 0.64 0.45
Hex 29 4D BB 4E 3B 0 1B E1 40 2D
Octal 51 115 273 116 73 0 33 341 100 55
Binary 101001 1001101 10111011 1001110 111011 0 11011 11100001 1000000 101101

Color Harmonies of #294DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DBB

Black with #294DBB

Text Example


Text Example

White with #294DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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