Html Css Color HEX #294BD6 Cerulean Blue

📋 copy color: '#294BD6'

red 41 ◦ green 75 ◦ blue 214

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

Shades of Cerulean Blue #294BD6

Tints of Cerulean Blue #294BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.85%

R = 12.42%
G = 22.73%
B = 64.85%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#294BD6 (or 0x294BD6) is known color: Cerulean Blue. HEX triplet: 29, 4B and D6. RGB value is (41,75,214). Sum of RGB (Red+Green+Blue) = 41+75+214=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #294BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BD6 is #D6B429. Grayscale: #505050. Windows color (decimal): -14070826 or 14043945. OLE color: 14043945.

HSL color Cylindrical-coordinate representation of color #294BD6: hue angle of 228.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294BD6 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 75 214 -
CMYK 0.81 0.65 0 0.16
HSL 228.21º 0.68% 0.5% -
HSV(B) 228.21º 0.81% 0.84% -
XYZ 15.57 10.36 64.8 -
YUV 80.68 203.24 99.7 -
System Red Green Blue C M Y K H S L
Decimal 41 75 214 0.81 0.65 0 0.16 228.21 0.68 0.5
Hex 29 4B D6 51 41 0 10 E4 44 32
Octal 51 113 326 121 101 0 20 344 104 62
Binary 101001 1001011 11010110 1010001 1000001 0 10000 11100100 1000100 110010

Color Harmonies of #294BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BD6

Black with #294BD6

Text Example


Text Example

White with #294BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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