Html Css Color HEX #417DF1 Royal Blue

📋 copy color: '#417DF1'

red 65 ◦ green 125 ◦ blue 241

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

Shades of Royal Blue #417DF1

Tints of Royal Blue #417DF1

RGB

 RED value IS 65 (25.78% from 255) = 15.08%

 GREEN value IS 125 (49.22% from 255) = 29%

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

R = 15.08%
G = 29%
B = 55.92%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#417DF1 (or 0x417DF1) is known color: Royal Blue. HEX triplet: 41, 7D and F1. RGB value is (65,125,241). Sum of RGB (Red+Green+Blue) = 65+125+241=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #417DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417DF1 is #BE820E. Grayscale: #777777. Windows color (decimal): -12485135 or 15826241. OLE color: 15826241.

HSL color Cylindrical-coordinate representation of color #417DF1: hue angle of 219.55º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #417DF1 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 125 241 -
CMYK 0.73 0.48 0 0.05
HSL 219.55º 0.86% 0.6% -
HSV(B) 219.55º 0.73% 0.95% -
XYZ 25.39 22.14 86.15 -
YUV 120.28 196.12 88.57 -
System Red Green Blue C M Y K H S L
Decimal 65 125 241 0.73 0.48 0 0.05 219.55 0.86 0.6
Hex 41 7D F1 49 30 0 5 DC 56 3C
Octal 101 175 361 111 60 0 5 334 126 74
Binary 1000001 1111101 11110001 1001001 110000 0 101 11011100 1010110 111100

Color Harmonies of #417DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DF1

Black with #417DF1

Text Example


Text Example

White with #417DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,125,241); }

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

background-color css

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

 a { background-color: rgb(65,125,241); }

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

border-color css

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

 span { border-color: rgb(65,125,241); }

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