Html Css Color HEX #294FD6 Cerulean Blue

📋 copy color: '#294FD6'

red 41 ◦ green 79 ◦ blue 214

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

Shades of Cerulean Blue #294FD6

Tints of Cerulean Blue #294FD6

RGB

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

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

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

R = 12.28%
G = 23.65%
B = 64.07%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#294FD6 (or 0x294FD6) is known color: Cerulean Blue. HEX triplet: 29, 4F and D6. RGB value is (41,79,214). Sum of RGB (Red+Green+Blue) = 41+79+214=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #294FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FD6 is #D6B029. Grayscale: #525252. Windows color (decimal): -14069802 or 14044969. OLE color: 14044969.

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

Color convert

RGB 41 79 214 -
CMYK 0.81 0.63 0 0.16
HSL 226.82º 0.68% 0.5% -
HSV(B) 226.82º 0.81% 0.84% -
XYZ 15.85 10.92 64.89 -
YUV 83.03 201.91 98.02 -
System Red Green Blue C M Y K H S L
Decimal 41 79 214 0.81 0.63 0 0.16 226.82 0.68 0.5
Hex 29 4F D6 51 3F 0 10 E3 44 32
Octal 51 117 326 121 77 0 20 343 104 62
Binary 101001 1001111 11010110 1010001 111111 0 10000 11100011 1000100 110010

Color Harmonies of #294FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FD6

Black with #294FD6

Text Example


Text Example

White with #294FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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