Html Css Color HEX #294EC7 Cerulean Blue

📋 copy color: '#294EC7'

red 41 ◦ green 78 ◦ blue 199

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

Shades of Cerulean Blue #294EC7

Tints of Cerulean Blue #294EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 62.58%

R = 12.89%
G = 24.53%
B = 62.58%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#294EC7 (or 0x294EC7) is known color: Cerulean Blue. HEX triplet: 29, 4E and C7. RGB value is (41,78,199). Sum of RGB (Red+Green+Blue) = 41+78+199=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 199 (78.12% from 255 or 62.58% from 318); Max value from RGB is 199 - color contains mainly: blue. Hex color #294EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EC7 is #D6B138. Grayscale: #505050. Windows color (decimal): -14070073 or 13061673. OLE color: 13061673.

HSL color Cylindrical-coordinate representation of color #294EC7: hue angle of 225.95º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294EC7 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 78 199 -
CMYK 0.79 0.61 0 0.22
HSL 225.95º 0.66% 0.47% -
HSV(B) 225.95º 0.79% 0.78% -
XYZ 13.95 10.04 55.24 -
YUV 80.73 194.74 99.66 -
System Red Green Blue C M Y K H S L
Decimal 41 78 199 0.79 0.61 0 0.22 225.95 0.66 0.47
Hex 29 4E C7 4F 3D 0 16 E2 42 2F
Octal 51 116 307 117 75 0 26 342 102 57
Binary 101001 1001110 11000111 1001111 111101 0 10110 11100010 1000010 101111

Color Harmonies of #294EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EC7

Black with #294EC7

Text Example


Text Example

White with #294EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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