Html Css Color HEX #294EEE Royal Blue

📋 copy color: '#294EEE'

red 41 ◦ green 78 ◦ blue 238

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

Shades of Royal Blue #294EEE

Tints of Royal Blue #294EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.67%

R = 11.48%
G = 21.85%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#294EEE (or 0x294EEE) is known color: Royal Blue. HEX triplet: 29, 4E and EE. RGB value is (41,78,238). Sum of RGB (Red+Green+Blue) = 41+78+238=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #294EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EEE is #D6B111. Grayscale: #545454. Windows color (decimal): -14070034 or 15617577. OLE color: 15617577.

HSL color Cylindrical-coordinate representation of color #294EEE: hue angle of 228.73º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294EEE is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 78 238 -
CMYK 0.83 0.67 0 0.07
HSL 228.73º 0.85% 0.55% -
HSV(B) 228.73º 0.83% 0.93% -
XYZ 19.07 12.09 82.22 -
YUV 85.18 214.24 96.49 -
System Red Green Blue C M Y K H S L
Decimal 41 78 238 0.83 0.67 0 0.07 228.73 0.85 0.55
Hex 29 4E EE 53 43 0 7 E5 55 37
Octal 51 116 356 123 103 0 7 345 125 67
Binary 101001 1001110 11101110 1010011 1000011 0 111 11100101 1010101 110111

Color Harmonies of #294EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EEE

Black with #294EEE

Text Example


Text Example

White with #294EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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