Html Css Color HEX #294BBA Cerulean Blue

📋 copy color: '#294BBA'

red 41 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #294BBA

Tints of Cerulean Blue #294BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 13.58%
G = 24.83%
B = 61.59%

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

#294BBA (or 0x294BBA) is known color: Cerulean Blue. HEX triplet: 29, 4B and BA. RGB value is (41,75,186). Sum of RGB (Red+Green+Blue) = 41+75+186=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #294BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BBA is #D6B445. Grayscale: #4D4D4D. Windows color (decimal): -14070854 or 12208937. OLE color: 12208937.

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

Color convert

RGB 41 75 186 -
CMYK 0.78 0.60 0 0.27
HSL 225.93º 0.64% 0.45% -
HSV(B) 225.93º 0.78% 0.73% -
XYZ 12.29 9.05 47.55 -
YUV 77.49 189.24 101.97 -
System Red Green Blue C M Y K H S L
Decimal 41 75 186 0.78 0.60 0 0.27 225.93 0.64 0.45
Hex 29 4B BA 4E 3C 0 1B E2 40 2D
Octal 51 113 272 116 74 0 33 342 100 55
Binary 101001 1001011 10111010 1001110 111100 0 11011 11100010 1000000 101101

Color Harmonies of #294BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BBA

Black with #294BBA

Text Example


Text Example

White with #294BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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