Html Css Color HEX #294DB7 Cerulean Blue

📋 copy color: '#294DB7'

red 41 ◦ green 77 ◦ blue 183

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

Shades of Cerulean Blue #294DB7

Tints of Cerulean Blue #294DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 60.8%

R = 13.62%
G = 25.58%
B = 60.8%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#294DB7 (or 0x294DB7) is known color: Cerulean Blue. HEX triplet: 29, 4D and B7. RGB value is (41,77,183). Sum of RGB (Red+Green+Blue) = 41+77+183=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #294DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DB7 is #D6B248. Grayscale: #4D4D4D. Windows color (decimal): -14070345 or 12012841. OLE color: 12012841.

HSL color Cylindrical-coordinate representation of color #294DB7: hue angle of 224.79º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294DB7 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 77 183 -
CMYK 0.78 0.58 0 0.28
HSL 224.79º 0.63% 0.44% -
HSV(B) 224.79º 0.78% 0.72% -
XYZ 12.12 9.2 45.94 -
YUV 78.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 41 77 183 0.78 0.58 0 0.28 224.79 0.63 0.44
Hex 29 4D B7 4E 3A 0 1C E1 3F 2C
Octal 51 115 267 116 72 0 34 341 77 54
Binary 101001 1001101 10110111 1001110 111010 0 11100 11100001 111111 101100

Color Harmonies of #294DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DB7

Black with #294DB7

Text Example


Text Example

White with #294DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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