Html Css Color HEX #294BB0 Cerulean Blue

📋 copy color: '#294BB0'

red 41 ◦ green 75 ◦ blue 176

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

Shades of Cerulean Blue #294BB0

Tints of Cerulean Blue #294BB0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.68%

 BLUE value IS 176 (69.14% from 255) = 60.27%

R = 14.04%
G = 25.68%
B = 60.27%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#294BB0 (or 0x294BB0) is known color: Cerulean Blue. HEX triplet: 29, 4B and B0. RGB value is (41,75,176). Sum of RGB (Red+Green+Blue) = 41+75+176=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 176 (69.14% from 255 or 60.27% from 292); Max value from RGB is 176 - color contains mainly: blue. Hex color #294BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BB0 is #D6B44F. Grayscale: #4B4B4B. Windows color (decimal): -14070864 or 11553577. OLE color: 11553577.

HSL color Cylindrical-coordinate representation of color #294BB0: hue angle of 224.89º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294BB0 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 75 176 -
CMYK 0.77 0.57 0 0.31
HSL 224.89º 0.62% 0.43% -
HSV(B) 224.89º 0.77% 0.69% -
XYZ 11.27 8.64 42.15 -
YUV 76.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 41 75 176 0.77 0.57 0 0.31 224.89 0.62 0.43
Hex 29 4B B0 4D 39 0 1F E1 3E 2B
Octal 51 113 260 115 71 0 37 341 76 53
Binary 101001 1001011 10110000 1001101 111001 0 11111 11100001 111110 101011

Color Harmonies of #294BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BB0

Black with #294BB0

Text Example


Text Example

White with #294BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,176); }

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

background-color css

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

 a { background-color: rgb(41,75,176); }

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

border-color css

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

 span { border-color: rgb(41,75,176); }

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