Html Css Color HEX #294EBA Cerulean Blue

📋 copy color: '#294EBA'

red 41 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #294EBA

Tints of Cerulean Blue #294EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 13.44%
G = 25.57%
B = 60.98%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294EBA (or 0x294EBA) is known color: Cerulean Blue. HEX triplet: 29, 4E and BA. RGB value is (41,78,186). Sum of RGB (Red+Green+Blue) = 41+78+186=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #294EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EBA is #D6B145. Grayscale: #4E4E4E. Windows color (decimal): -14070086 or 12209705. OLE color: 12209705.

HSL color Cylindrical-coordinate representation of color #294EBA: hue angle of 224.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294EBA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 78 186 -
CMYK 0.78 0.58 0 0.27
HSL 224.69º 0.64% 0.45% -
HSV(B) 224.69º 0.78% 0.73% -
XYZ 12.5 9.47 47.62 -
YUV 79.25 188.24 100.72 -
System Red Green Blue C M Y K H S L
Decimal 41 78 186 0.78 0.58 0 0.27 224.69 0.64 0.45
Hex 29 4E BA 4E 3A 0 1B E1 40 2D
Octal 51 116 272 116 72 0 33 341 100 55
Binary 101001 1001110 10111010 1001110 111010 0 11011 11100001 1000000 101101

Color Harmonies of #294EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EBA

Black with #294EBA

Text Example


Text Example

White with #294EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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