Html Css Color HEX #294BCC Cerulean Blue

📋 copy color: '#294BCC'

red 41 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #294BCC

Tints of Cerulean Blue #294BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.75%

R = 12.81%
G = 23.44%
B = 63.75%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#294BCC (or 0x294BCC) is known color: Cerulean Blue. HEX triplet: 29, 4B and CC. RGB value is (41,75,204). Sum of RGB (Red+Green+Blue) = 41+75+204=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #294BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BCC is #D6B433. Grayscale: #4E4E4E. Windows color (decimal): -14070836 or 13388585. OLE color: 13388585.

HSL color Cylindrical-coordinate representation of color #294BCC: hue angle of 227.48º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294BCC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 75 204 -
CMYK 0.80 0.63 0 0.2
HSL 227.48º 0.67% 0.48% -
HSV(B) 227.48º 0.8% 0.8% -
XYZ 14.33 9.86 58.28 -
YUV 79.54 198.24 100.51 -
System Red Green Blue C M Y K H S L
Decimal 41 75 204 0.80 0.63 0 0.2 227.48 0.67 0.48
Hex 29 4B CC 50 3F 0 14 E3 43 30
Octal 51 113 314 120 77 0 24 343 103 60
Binary 101001 1001011 11001100 1010000 111111 0 10100 11100011 1000011 110000

Color Harmonies of #294BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BCC

Black with #294BCC

Text Example


Text Example

White with #294BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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