Html Css Color HEX #294FCE Cerulean Blue

📋 copy color: '#294FCE'

red 41 ◦ green 79 ◦ blue 206

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

Shades of Cerulean Blue #294FCE

Tints of Cerulean Blue #294FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

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

R = 12.58%
G = 24.23%
B = 63.19%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#294FCE (or 0x294FCE) is known color: Cerulean Blue. HEX triplet: 29, 4F and CE. RGB value is (41,79,206). Sum of RGB (Red+Green+Blue) = 41+79+206=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #294FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FCE is #D6B031. Grayscale: #515151. Windows color (decimal): -14069810 or 13520681. OLE color: 13520681.

HSL color Cylindrical-coordinate representation of color #294FCE: hue angle of 226.18º 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 #294FCE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 79 206 -
CMYK 0.80 0.62 0 0.19
HSL 226.18º 0.67% 0.48% -
HSV(B) 226.18º 0.8% 0.81% -
XYZ 14.85 10.52 59.64 -
YUV 82.12 197.91 98.67 -
System Red Green Blue C M Y K H S L
Decimal 41 79 206 0.80 0.62 0 0.19 226.18 0.67 0.48
Hex 29 4F CE 50 3E 0 13 E2 43 30
Octal 51 117 316 120 76 0 23 342 103 60
Binary 101001 1001111 11001110 1010000 111110 0 10011 11100010 1000011 110000

Color Harmonies of #294FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FCE

Black with #294FCE

Text Example


Text Example

White with #294FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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