Html Css Color HEX #294ADC Cerulean Blue

📋 copy color: '#294ADC'

red 41 ◦ green 74 ◦ blue 220

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

Shades of Cerulean Blue #294ADC

Tints of Cerulean Blue #294ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 12.24%
G = 22.09%
B = 65.67%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#294ADC (or 0x294ADC) is known color: Cerulean Blue. HEX triplet: 29, 4A and DC. RGB value is (41,74,220). Sum of RGB (Red+Green+Blue) = 41+74+220=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #294ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ADC is #D6B523. Grayscale: #505050. Windows color (decimal): -14071076 or 14436905. OLE color: 14436905.

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

Color convert

RGB 41 74 220 -
CMYK 0.81 0.66 0 0.14
HSL 228.94º 0.72% 0.51% -
HSV(B) 228.94º 0.81% 0.86% -
XYZ 16.28 10.54 68.89 -
YUV 80.78 206.57 99.63 -
System Red Green Blue C M Y K H S L
Decimal 41 74 220 0.81 0.66 0 0.14 228.94 0.72 0.51
Hex 29 4A DC 51 42 0 E E5 48 33
Octal 51 112 334 121 102 0 16 345 110 63
Binary 101001 1001010 11011100 1010001 1000010 0 1110 11100101 1001000 110011

Color Harmonies of #294ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ADC

Black with #294ADC

Text Example


Text Example

White with #294ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,74,220); }

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

background-color css

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

 a { background-color: rgb(41,74,220); }

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

border-color css

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

 span { border-color: rgb(41,74,220); }

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