Html Css Color HEX #294BDD Cerulean Blue

📋 copy color: '#294BDD'

red 41 ◦ green 75 ◦ blue 221

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

Shades of Cerulean Blue #294BDD

Tints of Cerulean Blue #294BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 12.17%
G = 22.26%
B = 65.58%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#294BDD (or 0x294BDD) is known color: Cerulean Blue. HEX triplet: 29, 4B and DD. RGB value is (41,75,221). Sum of RGB (Red+Green+Blue) = 41+75+221=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #294BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BDD is #D6B422. Grayscale: #505050. Windows color (decimal): -14070819 or 14502697. OLE color: 14502697.

HSL color Cylindrical-coordinate representation of color #294BDD: hue angle of 228.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294BDD is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 75 221 -
CMYK 0.81 0.66 0 0.13
HSL 228.67º 0.73% 0.51% -
HSV(B) 228.67º 0.81% 0.87% -
XYZ 16.48 10.72 69.61 -
YUV 81.48 206.74 99.13 -
System Red Green Blue C M Y K H S L
Decimal 41 75 221 0.81 0.66 0 0.13 228.67 0.73 0.51
Hex 29 4B DD 51 42 0 D E5 49 33
Octal 51 113 335 121 102 0 15 345 111 63
Binary 101001 1001011 11011101 1010001 1000010 0 1101 11100101 1001001 110011

Color Harmonies of #294BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BDD

Black with #294BDD

Text Example


Text Example

White with #294BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,221); }

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

background-color css

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

 a { background-color: rgb(41,75,221); }

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

border-color css

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

 span { border-color: rgb(41,75,221); }

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