Html Css Color HEX #294ABB Cerulean Blue

📋 copy color: '#294ABB'

red 41 ◦ green 74 ◦ blue 187

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

Shades of Cerulean Blue #294ABB

Tints of Cerulean Blue #294ABB

RGB

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

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

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

R = 13.58%
G = 24.5%
B = 61.92%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#294ABB (or 0x294ABB) is known color: Cerulean Blue. HEX triplet: 29, 4A and BB. RGB value is (41,74,187). Sum of RGB (Red+Green+Blue) = 41+74+187=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #294ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ABB is #D6B544. Grayscale: #4C4C4C. Windows color (decimal): -14071109 or 12274217. OLE color: 12274217.

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

Color convert

RGB 41 74 187 -
CMYK 0.78 0.60 0 0.27
HSL 226.44º 0.64% 0.45% -
HSV(B) 226.44º 0.78% 0.73% -
XYZ 12.33 8.96 48.09 -
YUV 77.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 41 74 187 0.78 0.60 0 0.27 226.44 0.64 0.45
Hex 29 4A BB 4E 3C 0 1B E2 40 2D
Octal 51 112 273 116 74 0 33 342 100 55
Binary 101001 1001010 10111011 1001110 111100 0 11011 11100010 1000000 101101

Color Harmonies of #294ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ABB

Black with #294ABB

Text Example


Text Example

White with #294ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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