Html Css Color HEX #294AB7 Cerulean Blue

📋 copy color: '#294AB7'

red 41 ◦ green 74 ◦ blue 183

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

Shades of Cerulean Blue #294AB7

Tints of Cerulean Blue #294AB7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 183 (71.88% from 255) = 61.41%

R = 13.76%
G = 24.83%
B = 61.41%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#294AB7 (or 0x294AB7) is known color: Cerulean Blue. HEX triplet: 29, 4A and B7. RGB value is (41,74,183). Sum of RGB (Red+Green+Blue) = 41+74+183=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 183 (71.88% from 255 or 61.41% from 298); Max value from RGB is 183 - color contains mainly: blue. Hex color #294AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294AB7 is #D6B548. Grayscale: #4C4C4C. Windows color (decimal): -14071113 or 12012073. OLE color: 12012073.

HSL color Cylindrical-coordinate representation of color #294AB7: hue angle of 226.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294AB7 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 74 183 -
CMYK 0.78 0.60 0 0.28
HSL 226.06º 0.63% 0.44% -
HSV(B) 226.06º 0.78% 0.72% -
XYZ 11.91 8.79 45.87 -
YUV 76.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 41 74 183 0.78 0.60 0 0.28 226.06 0.63 0.44
Hex 29 4A B7 4E 3C 0 1C E2 3F 2C
Octal 51 112 267 116 74 0 34 342 77 54
Binary 101001 1001010 10110111 1001110 111100 0 11100 11100010 111111 101100

Color Harmonies of #294AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294AB7

Black with #294AB7

Text Example


Text Example

White with #294AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,74,183); }

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

background-color css

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

 a { background-color: rgb(41,74,183); }

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

border-color css

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

 span { border-color: rgb(41,74,183); }

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