Html Css Color HEX #294FDA Cerulean Blue

📋 copy color: '#294FDA'

red 41 ◦ green 79 ◦ blue 218

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

Shades of Cerulean Blue #294FDA

Tints of Cerulean Blue #294FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.5%

R = 12.13%
G = 23.37%
B = 64.5%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#294FDA (or 0x294FDA) is known color: Cerulean Blue. HEX triplet: 29, 4F and DA. RGB value is (41,79,218). Sum of RGB (Red+Green+Blue) = 41+79+218=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #294FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FDA is #D6B025. Grayscale: #525252. Windows color (decimal): -14069798 or 14307113. OLE color: 14307113.

HSL color Cylindrical-coordinate representation of color #294FDA: hue angle of 227.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #294FDA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 79 218 -
CMYK 0.81 0.64 0 0.15
HSL 227.12º 0.71% 0.51% -
HSV(B) 227.12º 0.81% 0.85% -
XYZ 16.37 11.13 67.61 -
YUV 83.48 203.91 97.7 -
System Red Green Blue C M Y K H S L
Decimal 41 79 218 0.81 0.64 0 0.15 227.12 0.71 0.51
Hex 29 4F DA 51 40 0 F E3 47 33
Octal 51 117 332 121 100 0 17 343 107 63
Binary 101001 1001111 11011010 1010001 1000000 0 1111 11100011 1000111 110011

Color Harmonies of #294FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FDA

Black with #294FDA

Text Example


Text Example

White with #294FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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