Html Css Color HEX #294FDE Cerulean Blue

📋 copy color: '#294FDE'

red 41 ◦ green 79 ◦ blue 222

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

Shades of Cerulean Blue #294FDE

Tints of Cerulean Blue #294FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.91%

R = 11.99%
G = 23.1%
B = 64.91%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#294FDE (or 0x294FDE) is known color: Cerulean Blue. HEX triplet: 29, 4F and DE. RGB value is (41,79,222). Sum of RGB (Red+Green+Blue) = 41+79+222=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #294FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FDE is #D6B021. Grayscale: #535353. Windows color (decimal): -14069794 or 14569257. OLE color: 14569257.

HSL color Cylindrical-coordinate representation of color #294FDE: hue angle of 227.4º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294FDE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 79 222 -
CMYK 0.82 0.64 0 0.13
HSL 227.4º 0.73% 0.52% -
HSV(B) 227.4º 0.82% 0.87% -
XYZ 16.9 11.34 70.41 -
YUV 83.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 41 79 222 0.82 0.64 0 0.13 227.4 0.73 0.52
Hex 29 4F DE 52 40 0 D E3 49 34
Octal 51 117 336 122 100 0 15 343 111 64
Binary 101001 1001111 11011110 1010010 1000000 0 1101 11100011 1001001 110100

Color Harmonies of #294FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FDE

Black with #294FDE

Text Example


Text Example

White with #294FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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