Html Css Color HEX #294FE5 Royal Blue

📋 copy color: '#294FE5'

red 41 ◦ green 79 ◦ blue 229

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

Shades of Royal Blue #294FE5

Tints of Royal Blue #294FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.64%

 BLUE value IS 229 (89.84% from 255) = 65.62%

R = 11.75%
G = 22.64%
B = 65.62%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#294FE5 (or 0x294FE5) is known color: Royal Blue. HEX triplet: 29, 4F and E5. RGB value is (41,79,229). Sum of RGB (Red+Green+Blue) = 41+79+229=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 229 (89.84% from 255 or 65.62% from 349); Max value from RGB is 229 - color contains mainly: blue. Hex color #294FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FE5 is #D6B01A. Grayscale: #545454. Windows color (decimal): -14069787 or 15028009. OLE color: 15028009.

HSL color Cylindrical-coordinate representation of color #294FE5: hue angle of 227.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294FE5 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 79 229 -
CMYK 0.82 0.66 0 0.10
HSL 227.87º 0.78% 0.53% -
HSV(B) 227.87º 0.82% 0.9% -
XYZ 17.85 11.72 75.45 -
YUV 84.74 209.41 96.8 -
System Red Green Blue C M Y K H S L
Decimal 41 79 229 0.82 0.66 0 0.10 227.87 0.78 0.53
Hex 29 4F E5 52 42 0 A E4 4E 35
Octal 51 117 345 122 102 0 12 344 116 65
Binary 101001 1001111 11100101 1010010 1000010 0 1010 11100100 1001110 110101

Color Harmonies of #294FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FE5

Black with #294FE5

Text Example


Text Example

White with #294FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,229); }

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

background-color css

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

 a { background-color: rgb(41,79,229); }

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

border-color css

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

 span { border-color: rgb(41,79,229); }

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