Html Css Color HEX #294ADA Cerulean Blue

📋 copy color: '#294ADA'

red 41 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #294ADA

Tints of Cerulean Blue #294ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 12.31%
G = 22.22%
B = 65.47%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#294ADA (or 0x294ADA) is known color: Cerulean Blue. HEX triplet: 29, 4A and DA. RGB value is (41,74,218). Sum of RGB (Red+Green+Blue) = 41+74+218=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #294ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ADA is #D6B525. Grayscale: #4F4F4F. Windows color (decimal): -14071078 or 14305833. OLE color: 14305833.

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

Color convert

RGB 41 74 218 -
CMYK 0.81 0.66 0 0.15
HSL 228.81º 0.71% 0.51% -
HSV(B) 228.81º 0.81% 0.85% -
XYZ 16.02 10.43 67.5 -
YUV 80.55 205.57 99.79 -
System Red Green Blue C M Y K H S L
Decimal 41 74 218 0.81 0.66 0 0.15 228.81 0.71 0.51
Hex 29 4A DA 51 42 0 F E5 47 33
Octal 51 112 332 121 102 0 17 345 107 63
Binary 101001 1001010 11011010 1010001 1000010 0 1111 11100101 1000111 110011

Color Harmonies of #294ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294ADA

Black with #294ADA

Text Example


Text Example

White with #294ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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