Html Css Color HEX #294EEA Royal Blue

📋 copy color: '#294EEA'

red 41 ◦ green 78 ◦ blue 234

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

Shades of Royal Blue #294EEA

Tints of Royal Blue #294EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.1%

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

R = 11.61%
G = 22.1%
B = 66.29%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#294EEA (or 0x294EEA) is known color: Royal Blue. HEX triplet: 29, 4E and EA. RGB value is (41,78,234). Sum of RGB (Red+Green+Blue) = 41+78+234=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #294EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EEA is #D6B115. Grayscale: #545454. Windows color (decimal): -14070038 or 15355433. OLE color: 15355433.

HSL color Cylindrical-coordinate representation of color #294EEA: hue angle of 228.5º 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 #294EEA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 78 234 -
CMYK 0.82 0.67 0 0.08
HSL 228.5º 0.82% 0.54% -
HSV(B) 228.5º 0.82% 0.92% -
XYZ 18.49 11.86 79.16 -
YUV 84.72 212.24 96.82 -
System Red Green Blue C M Y K H S L
Decimal 41 78 234 0.82 0.67 0 0.08 228.5 0.82 0.54
Hex 29 4E EA 52 43 0 8 E4 52 36
Octal 51 116 352 122 103 0 10 344 122 66
Binary 101001 1001110 11101010 1010010 1000011 0 1000 11100100 1010010 110110

Color Harmonies of #294EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EEA

Black with #294EEA

Text Example


Text Example

White with #294EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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