Html Css Color HEX #294CBD Cerulean Blue

📋 copy color: '#294CBD'

red 41 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #294CBD

Tints of Cerulean Blue #294CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

 BLUE value IS 189 (74.22% from 255) = 61.76%

R = 13.4%
G = 24.84%
B = 61.76%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#294CBD (or 0x294CBD) is known color: Cerulean Blue. HEX triplet: 29, 4C and BD. RGB value is (41,76,189). Sum of RGB (Red+Green+Blue) = 41+76+189=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #294CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CBD is #D6B342. Grayscale: #4D4D4D. Windows color (decimal): -14070595 or 12405801. OLE color: 12405801.

HSL color Cylindrical-coordinate representation of color #294CBD: hue angle of 225.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294CBD is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 76 189 -
CMYK 0.78 0.60 0 0.26
HSL 225.81º 0.64% 0.45% -
HSV(B) 225.81º 0.78% 0.74% -
XYZ 12.68 9.31 49.27 -
YUV 78.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 41 76 189 0.78 0.60 0 0.26 225.81 0.64 0.45
Hex 29 4C BD 4E 3C 0 1A E2 40 2D
Octal 51 114 275 116 74 0 32 342 100 55
Binary 101001 1001100 10111101 1001110 111100 0 11010 11100010 1000000 101101

Color Harmonies of #294CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CBD

Black with #294CBD

Text Example


Text Example

White with #294CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,76,189); }

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

background-color css

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

 a { background-color: rgb(41,76,189); }

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

border-color css

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

 span { border-color: rgb(41,76,189); }

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