Html Css Color HEX #294ED7 Cerulean Blue

📋 copy color: '#294ED7'

red 41 ◦ green 78 ◦ blue 215

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

Shades of Cerulean Blue #294ED7

Tints of Cerulean Blue #294ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.37%

R = 12.28%
G = 23.35%
B = 64.37%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#294ED7 (or 0x294ED7) is known color: Cerulean Blue. HEX triplet: 29, 4E and D7. RGB value is (41,78,215). Sum of RGB (Red+Green+Blue) = 41+78+215=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 215 (84.38% from 255 or 64.37% from 334); Max value from RGB is 215 - color contains mainly: blue. Hex color #294ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294ED7 is #D6B128. Grayscale: #515151. Windows color (decimal): -14070057 or 14110249. OLE color: 14110249.

HSL color Cylindrical-coordinate representation of color #294ED7: hue angle of 227.24º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294ED7 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 78 215 -
CMYK 0.81 0.64 0 0.16
HSL 227.24º 0.69% 0.5% -
HSV(B) 227.24º 0.81% 0.84% -
XYZ 15.9 10.83 65.54 -
YUV 82.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 41 78 215 0.81 0.64 0 0.16 227.24 0.69 0.5
Hex 29 4E D7 51 40 0 10 E3 45 32
Octal 51 116 327 121 100 0 20 343 105 62
Binary 101001 1001110 11010111 1010001 1000000 0 10000 11100011 1000101 110010

Color Harmonies of #294ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ED7

Black with #294ED7

Text Example


Text Example

White with #294ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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