Html Css Color HEX #294CEA Royal Blue

📋 copy color: '#294CEA'

red 41 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #294CEA

Tints of Royal Blue #294CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.67%

R = 11.68%
G = 21.65%
B = 66.67%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#294CEA (or 0x294CEA) is known color: Royal Blue. HEX triplet: 29, 4C and EA. RGB value is (41,76,234). Sum of RGB (Red+Green+Blue) = 41+76+234=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #294CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CEA is #D6B315. Grayscale: #525252. Windows color (decimal): -14070550 or 15354921. OLE color: 15354921.

HSL color Cylindrical-coordinate representation of color #294CEA: hue angle of 229.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294CEA is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 76 234 -
CMYK 0.82 0.68 0 0.08
HSL 229.12º 0.82% 0.54% -
HSV(B) 229.12º 0.82% 0.92% -
XYZ 18.35 11.58 79.11 -
YUV 83.55 212.9 97.65 -
System Red Green Blue C M Y K H S L
Decimal 41 76 234 0.82 0.68 0 0.08 229.12 0.82 0.54
Hex 29 4C EA 52 44 0 8 E5 52 36
Octal 51 114 352 122 104 0 10 345 122 66
Binary 101001 1001100 11101010 1010010 1000100 0 1000 11100101 1010010 110110

Color Harmonies of #294CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CEA

Black with #294CEA

Text Example


Text Example

White with #294CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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