Html Css Color HEX #294ACE Cerulean Blue

📋 copy color: '#294ACE'

red 41 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #294ACE

Tints of Cerulean Blue #294ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 12.77%
G = 23.05%
B = 64.17%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#294ACE (or 0x294ACE) is known color: Cerulean Blue. HEX triplet: 29, 4A and CE. RGB value is (41,74,206). Sum of RGB (Red+Green+Blue) = 41+74+206=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #294ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ACE is #D6B531. Grayscale: #4E4E4E. Windows color (decimal): -14071090 or 13519401. OLE color: 13519401.

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

Color convert

RGB 41 74 206 -
CMYK 0.80 0.64 0 0.19
HSL 228º 0.67% 0.48% -
HSV(B) 228º 0.8% 0.81% -
XYZ 14.5 9.83 59.52 -
YUV 79.18 199.57 100.77 -
System Red Green Blue C M Y K H S L
Decimal 41 74 206 0.80 0.64 0 0.19 228 0.67 0.48
Hex 29 4A CE 50 40 0 13 E4 43 30
Octal 51 112 316 120 100 0 23 344 103 60
Binary 101001 1001010 11001110 1010000 1000000 0 10011 11100100 1000011 110000

Color Harmonies of #294ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ACE

Black with #294ACE

Text Example


Text Example

White with #294ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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