Html Css Color HEX #294EEB Royal Blue

📋 copy color: '#294EEB'

red 41 ◦ green 78 ◦ blue 235

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

Shades of Royal Blue #294EEB

Tints of Royal Blue #294EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 11.58%
G = 22.03%
B = 66.38%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#294EEB (or 0x294EEB) is known color: Royal Blue. HEX triplet: 29, 4E and EB. RGB value is (41,78,235). Sum of RGB (Red+Green+Blue) = 41+78+235=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #294EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EEB is #D6B114. Grayscale: #545454. Windows color (decimal): -14070037 or 15420969. OLE color: 15420969.

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

Color convert

RGB 41 78 235 -
CMYK 0.83 0.67 0 0.08
HSL 228.56º 0.83% 0.54% -
HSV(B) 228.56º 0.83% 0.92% -
XYZ 18.63 11.92 79.92 -
YUV 84.84 212.74 96.73 -
System Red Green Blue C M Y K H S L
Decimal 41 78 235 0.83 0.67 0 0.08 228.56 0.83 0.54
Hex 29 4E EB 53 43 0 8 E5 53 36
Octal 51 116 353 123 103 0 10 345 123 66
Binary 101001 1001110 11101011 1010011 1000011 0 1000 11100101 1010011 110110

Color Harmonies of #294EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EEB

Black with #294EEB

Text Example


Text Example

White with #294EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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