Html Css Color HEX #294FBA Cerulean Blue

📋 copy color: '#294FBA'

red 41 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #294FBA

Tints of Cerulean Blue #294FBA

RGB

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

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

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

R = 13.4%
G = 25.82%
B = 60.78%

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

#294FBA (or 0x294FBA) is known color: Cerulean Blue. HEX triplet: 29, 4F and BA. RGB value is (41,79,186). Sum of RGB (Red+Green+Blue) = 41+79+186=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #294FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FBA is #D6B045. Grayscale: #4F4F4F. Windows color (decimal): -14069830 or 12209961. OLE color: 12209961.

HSL color Cylindrical-coordinate representation of color #294FBA: hue angle of 224.28º 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 #294FBA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 79 186 -
CMYK 0.78 0.58 0 0.27
HSL 224.28º 0.64% 0.45% -
HSV(B) 224.28º 0.78% 0.73% -
XYZ 12.57 9.61 47.65 -
YUV 79.84 187.91 100.3 -
System Red Green Blue C M Y K H S L
Decimal 41 79 186 0.78 0.58 0 0.27 224.28 0.64 0.45
Hex 29 4F BA 4E 3A 0 1B E0 40 2D
Octal 51 117 272 116 72 0 33 340 100 55
Binary 101001 1001111 10111010 1001110 111010 0 11011 11100000 1000000 101101

Color Harmonies of #294FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FBA

Black with #294FBA

Text Example


Text Example

White with #294FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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