Html Css Color HEX #294BCB Cerulean Blue

📋 copy color: '#294BCB'

red 41 ◦ green 75 ◦ blue 203

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

Shades of Cerulean Blue #294BCB

Tints of Cerulean Blue #294BCB

RGB

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

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

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

R = 12.85%
G = 23.51%
B = 63.64%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#294BCB (or 0x294BCB) is known color: Cerulean Blue. HEX triplet: 29, 4B and CB. RGB value is (41,75,203). Sum of RGB (Red+Green+Blue) = 41+75+203=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #294BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BCB is #D6B434. Grayscale: #4E4E4E. Windows color (decimal): -14070837 or 13323049. OLE color: 13323049.

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

Color convert

RGB 41 75 203 -
CMYK 0.80 0.63 0 0.20
HSL 227.41º 0.66% 0.48% -
HSV(B) 227.41º 0.8% 0.8% -
XYZ 14.21 9.82 57.65 -
YUV 79.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 41 75 203 0.80 0.63 0 0.20 227.41 0.66 0.48
Hex 29 4B CB 50 3F 0 14 E3 42 30
Octal 51 113 313 120 77 0 24 343 102 60
Binary 101001 1001011 11001011 1010000 111111 0 10100 11100011 1000010 110000

Color Harmonies of #294BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BCB

Black with #294BCB

Text Example


Text Example

White with #294BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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