Html Css Color HEX #294ACD Cerulean Blue

📋 copy color: '#294ACD'

red 41 ◦ green 74 ◦ blue 205

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

Shades of Cerulean Blue #294ACD

Tints of Cerulean Blue #294ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 12.81%
G = 23.13%
B = 64.06%

CMYK

 C value IS 0.8

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#294ACD (or 0x294ACD) is known color: Cerulean Blue. HEX triplet: 29, 4A and CD. RGB value is (41,74,205). Sum of RGB (Red+Green+Blue) = 41+74+205=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #294ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ACD is #D6B532. Grayscale: #4E4E4E. Windows color (decimal): -14071091 or 13453865. OLE color: 13453865.

HSL color Cylindrical-coordinate representation of color #294ACD: hue angle of 227.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294ACD is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 74 205 -
CMYK 0.8 0.64 0 0.20
HSL 227.93º 0.67% 0.48% -
HSV(B) 227.93º 0.8% 0.8% -
XYZ 14.38 9.78 58.89 -
YUV 79.07 199.07 100.85 -
System Red Green Blue C M Y K H S L
Decimal 41 74 205 0.8 0.64 0 0.20 227.93 0.67 0.48
Hex 29 4A CD 50 40 0 14 E4 43 30
Octal 51 112 315 120 100 0 24 344 103 60
Binary 101001 1001010 11001101 1010000 1000000 0 10100 11100100 1000011 110000

Color Harmonies of #294ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ACD

Black with #294ACD

Text Example


Text Example

White with #294ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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