Html Css Color HEX #294BC9 Cerulean Blue

📋 copy color: '#294BC9'

red 41 ◦ green 75 ◦ blue 201

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

Shades of Cerulean Blue #294BC9

Tints of Cerulean Blue #294BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.41%

R = 12.93%
G = 23.66%
B = 63.41%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#294BC9 (or 0x294BC9) is known color: Cerulean Blue. HEX triplet: 29, 4B and C9. RGB value is (41,75,201). Sum of RGB (Red+Green+Blue) = 41+75+201=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #294BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BC9 is #D6B436. Grayscale: #4E4E4E. Windows color (decimal): -14070839 or 13191977. OLE color: 13191977.

HSL color Cylindrical-coordinate representation of color #294BC9: hue angle of 227.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294BC9 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 75 201 -
CMYK 0.80 0.63 0 0.21
HSL 227.25º 0.66% 0.47% -
HSV(B) 227.25º 0.8% 0.79% -
XYZ 13.97 9.72 56.4 -
YUV 79.2 196.74 100.75 -
System Red Green Blue C M Y K H S L
Decimal 41 75 201 0.80 0.63 0 0.21 227.25 0.66 0.47
Hex 29 4B C9 50 3F 0 15 E3 42 2F
Octal 51 113 311 120 77 0 25 343 102 57
Binary 101001 1001011 11001001 1010000 111111 0 10101 11100011 1000010 101111

Color Harmonies of #294BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BC9

Black with #294BC9

Text Example


Text Example

White with #294BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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