Html Css Color HEX #294FD5 Cerulean Blue

📋 copy color: '#294FD5'

red 41 ◦ green 79 ◦ blue 213

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

Shades of Cerulean Blue #294FD5

Tints of Cerulean Blue #294FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.96%

R = 12.31%
G = 23.72%
B = 63.96%

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

#294FD5 (or 0x294FD5) is known color: Cerulean Blue. HEX triplet: 29, 4F and D5. RGB value is (41,79,213). Sum of RGB (Red+Green+Blue) = 41+79+213=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 213 (83.59% from 255 or 63.96% from 333); Max value from RGB is 213 - color contains mainly: blue. Hex color #294FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FD5 is #D6B02A. Grayscale: #525252. Windows color (decimal): -14069803 or 13979433. OLE color: 13979433.

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

Color convert

RGB 41 79 213 -
CMYK 0.81 0.63 0 0.16
HSL 226.74º 0.68% 0.5% -
HSV(B) 226.74º 0.81% 0.84% -
XYZ 15.72 10.87 64.22 -
YUV 82.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 41 79 213 0.81 0.63 0 0.16 226.74 0.68 0.5
Hex 29 4F D5 51 3F 0 10 E3 44 32
Octal 51 117 325 121 77 0 20 343 104 62
Binary 101001 1001111 11010101 1010001 111111 0 10000 11100011 1000100 110010

Color Harmonies of #294FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FD5

Black with #294FD5

Text Example


Text Example

White with #294FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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