Html Css Color HEX #294EDF Cerulean Blue

📋 copy color: '#294EDF'

red 41 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #294EDF

Tints of Cerulean Blue #294EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.81%

 BLUE value IS 223 (87.5% from 255) = 65.2%

R = 11.99%
G = 22.81%
B = 65.2%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#294EDF (or 0x294EDF) is known color: Cerulean Blue. HEX triplet: 29, 4E and DF. RGB value is (41,78,223). Sum of RGB (Red+Green+Blue) = 41+78+223=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #294EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EDF is #D6B120. Grayscale: #525252. Windows color (decimal): -14070049 or 14634537. OLE color: 14634537.

HSL color Cylindrical-coordinate representation of color #294EDF: hue angle of 227.8º degrees, saturation: 0.74, 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 #294EDF is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 78 223 -
CMYK 0.82 0.65 0 0.13
HSL 227.8º 0.74% 0.52% -
HSV(B) 227.8º 0.82% 0.87% -
XYZ 16.96 11.25 71.09 -
YUV 83.47 206.74 97.71 -
System Red Green Blue C M Y K H S L
Decimal 41 78 223 0.82 0.65 0 0.13 227.8 0.74 0.52
Hex 29 4E DF 52 41 0 D E4 4A 34
Octal 51 116 337 122 101 0 15 344 112 64
Binary 101001 1001110 11011111 1010010 1000001 0 1101 11100100 1001010 110100

Color Harmonies of #294EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EDF

Black with #294EDF

Text Example


Text Example

White with #294EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,78,223); }

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

background-color css

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

 a { background-color: rgb(41,78,223); }

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

border-color css

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

 span { border-color: rgb(41,78,223); }

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