Html Css Color HEX #294DD2 Cerulean Blue

📋 copy color: '#294DD2'

red 41 ◦ green 77 ◦ blue 210

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

Shades of Cerulean Blue #294DD2

Tints of Cerulean Blue #294DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 64.02%

R = 12.5%
G = 23.48%
B = 64.02%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#294DD2 (or 0x294DD2) is known color: Cerulean Blue. HEX triplet: 29, 4D and D2. RGB value is (41,77,210). Sum of RGB (Red+Green+Blue) = 41+77+210=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 210 (82.42% from 255 or 64.02% from 328); Max value from RGB is 210 - color contains mainly: blue. Hex color #294DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DD2 is #D6B22D. Grayscale: #505050. Windows color (decimal): -14070318 or 13782313. OLE color: 13782313.

HSL color Cylindrical-coordinate representation of color #294DD2: hue angle of 227.22º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294DD2 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 77 210 -
CMYK 0.80 0.63 0 0.18
HSL 227.22º 0.67% 0.49% -
HSV(B) 227.22º 0.8% 0.82% -
XYZ 15.2 10.43 62.19 -
YUV 81.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 41 77 210 0.80 0.63 0 0.18 227.22 0.67 0.49
Hex 29 4D D2 50 3F 0 12 E3 43 31
Octal 51 115 322 120 77 0 22 343 103 61
Binary 101001 1001101 11010010 1010000 111111 0 10010 11100011 1000011 110001

Color Harmonies of #294DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DD2

Black with #294DD2

Text Example


Text Example

White with #294DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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