Html Css Color HEX #294CDA Cerulean Blue

📋 copy color: '#294CDA'

red 41 ◦ green 76 ◦ blue 218

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

Shades of Cerulean Blue #294CDA

Tints of Cerulean Blue #294CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 12.24%
G = 22.69%
B = 65.07%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#294CDA (or 0x294CDA) is known color: Cerulean Blue. HEX triplet: 29, 4C and DA. RGB value is (41,76,218). Sum of RGB (Red+Green+Blue) = 41+76+218=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #294CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CDA is #D6B325. Grayscale: #515151. Windows color (decimal): -14070566 or 14306345. OLE color: 14306345.

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

Color convert

RGB 41 76 218 -
CMYK 0.81 0.65 0 0.15
HSL 228.14º 0.71% 0.51% -
HSV(B) 228.14º 0.81% 0.85% -
XYZ 16.15 10.7 67.54 -
YUV 81.72 204.9 98.95 -
System Red Green Blue C M Y K H S L
Decimal 41 76 218 0.81 0.65 0 0.15 228.14 0.71 0.51
Hex 29 4C DA 51 41 0 F E4 47 33
Octal 51 114 332 121 101 0 17 344 107 63
Binary 101001 1001100 11011010 1010001 1000001 0 1111 11100100 1000111 110011

Color Harmonies of #294CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CDA

Black with #294CDA

Text Example


Text Example

White with #294CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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