Html Css Color HEX #294CDD Cerulean Blue

📋 copy color: '#294CDD'

red 41 ◦ green 76 ◦ blue 221

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

Shades of Cerulean Blue #294CDD

Tints of Cerulean Blue #294CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 12.13%
G = 22.49%
B = 65.38%

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

#294CDD (or 0x294CDD) is known color: Cerulean Blue. HEX triplet: 29, 4C and DD. RGB value is (41,76,221). Sum of RGB (Red+Green+Blue) = 41+76+221=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #294CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CDD is #D6B322. Grayscale: #515151. Windows color (decimal): -14070563 or 14502953. OLE color: 14502953.

HSL color Cylindrical-coordinate representation of color #294CDD: hue angle of 228.33º 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 #294CDD is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 76 221 -
CMYK 0.81 0.66 0 0.13
HSL 228.33º 0.73% 0.51% -
HSV(B) 228.33º 0.81% 0.87% -
XYZ 16.55 10.86 69.63 -
YUV 82.07 206.4 98.71 -
System Red Green Blue C M Y K H S L
Decimal 41 76 221 0.81 0.66 0 0.13 228.33 0.73 0.51
Hex 29 4C DD 51 42 0 D E4 49 33
Octal 51 114 335 121 102 0 15 344 111 63
Binary 101001 1001100 11011101 1010001 1000010 0 1101 11100100 1001001 110011

Color Harmonies of #294CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CDD

Black with #294CDD

Text Example


Text Example

White with #294CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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