Html Css Color HEX #294DF1 Royal Blue

📋 copy color: '#294DF1'

red 41 ◦ green 77 ◦ blue 241

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

Shades of Royal Blue #294DF1

Tints of Royal Blue #294DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 241 (94.53% from 255) = 67.13%

R = 11.42%
G = 21.45%
B = 67.13%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#294DF1 (or 0x294DF1) is known color: Royal Blue. HEX triplet: 29, 4D and F1. RGB value is (41,77,241). Sum of RGB (Red+Green+Blue) = 41+77+241=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #294DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DF1 is #D6B20E. Grayscale: #545454. Windows color (decimal): -14070287 or 15813929. OLE color: 15813929.

HSL color Cylindrical-coordinate representation of color #294DF1: hue angle of 229.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294DF1 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 77 241 -
CMYK 0.83 0.68 0 0.05
HSL 229.2º 0.88% 0.55% -
HSV(B) 229.2º 0.83% 0.95% -
XYZ 19.45 12.13 84.54 -
YUV 84.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 41 77 241 0.83 0.68 0 0.05 229.2 0.88 0.55
Hex 29 4D F1 53 44 0 5 E5 58 37
Octal 51 115 361 123 104 0 5 345 130 67
Binary 101001 1001101 11110001 1010011 1000100 0 101 11100101 1011000 110111

Color Harmonies of #294DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DF1

Black with #294DF1

Text Example


Text Example

White with #294DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,77,241); }

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

background-color css

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

 a { background-color: rgb(41,77,241); }

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

border-color css

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

 span { border-color: rgb(41,77,241); }

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