Html Css Color HEX #294FCB Cerulean Blue

📋 copy color: '#294FCB'

red 41 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #294FCB

Tints of Cerulean Blue #294FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.46%

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 12.69%
G = 24.46%
B = 62.85%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#294FCB (or 0x294FCB) is known color: Cerulean Blue. HEX triplet: 29, 4F and CB. RGB value is (41,79,203). Sum of RGB (Red+Green+Blue) = 41+79+203=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #294FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FCB is #D6B034. Grayscale: #515151. Windows color (decimal): -14069813 or 13324073. OLE color: 13324073.

HSL color Cylindrical-coordinate representation of color #294FCB: hue angle of 225.93º degrees, saturation: 0.66, 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 #294FCB is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 79 203 -
CMYK 0.80 0.61 0 0.20
HSL 225.93º 0.66% 0.48% -
HSV(B) 225.93º 0.8% 0.8% -
XYZ 14.49 10.38 57.74 -
YUV 81.77 196.41 98.92 -
System Red Green Blue C M Y K H S L
Decimal 41 79 203 0.80 0.61 0 0.20 225.93 0.66 0.48
Hex 29 4F CB 50 3D 0 14 E2 42 30
Octal 51 117 313 120 75 0 24 342 102 60
Binary 101001 1001111 11001011 1010000 111101 0 10100 11100010 1000010 110000

Color Harmonies of #294FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FCB

Black with #294FCB

Text Example


Text Example

White with #294FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,203); }

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

background-color css

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

 a { background-color: rgb(41,79,203); }

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

border-color css

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

 span { border-color: rgb(41,79,203); }

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