Html Css Color HEX #294FBB Cerulean Blue

📋 copy color: '#294FBB'

red 41 ◦ green 79 ◦ blue 187

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

Shades of Cerulean Blue #294FBB

Tints of Cerulean Blue #294FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 13.36%
G = 25.73%
B = 60.91%

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

#294FBB (or 0x294FBB) is known color: Cerulean Blue. HEX triplet: 29, 4F and BB. RGB value is (41,79,187). Sum of RGB (Red+Green+Blue) = 41+79+187=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #294FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FBB is #D6B044. Grayscale: #4F4F4F. Windows color (decimal): -14069829 or 12275497. OLE color: 12275497.

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

Color convert

RGB 41 79 187 -
CMYK 0.78 0.58 0 0.27
HSL 224.38º 0.64% 0.45% -
HSV(B) 224.38º 0.78% 0.73% -
XYZ 12.68 9.65 48.21 -
YUV 79.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 41 79 187 0.78 0.58 0 0.27 224.38 0.64 0.45
Hex 29 4F BB 4E 3A 0 1B E0 40 2D
Octal 51 117 273 116 72 0 33 340 100 55
Binary 101001 1001111 10111011 1001110 111010 0 11011 11100000 1000000 101101

Color Harmonies of #294FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FBB

Black with #294FBB

Text Example


Text Example

White with #294FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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