Html Css Color HEX #417CF1 Royal Blue

📋 copy color: '#417CF1'

red 65 ◦ green 124 ◦ blue 241

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

Shades of Royal Blue #417CF1

Tints of Royal Blue #417CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

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

R = 15.12%
G = 28.84%
B = 56.05%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#417CF1 (or 0x417CF1) is known color: Royal Blue. HEX triplet: 41, 7C and F1. RGB value is (65,124,241). Sum of RGB (Red+Green+Blue) = 65+124+241=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #417CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417CF1 is #BE830E. Grayscale: #777777. Windows color (decimal): -12485391 or 15825985. OLE color: 15825985.

HSL color Cylindrical-coordinate representation of color #417CF1: hue angle of 219.89º 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 #417CF1 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 124 241 -
CMYK 0.73 0.49 0 0.05
HSL 219.89º 0.86% 0.6% -
HSV(B) 219.89º 0.73% 0.95% -
XYZ 25.26 21.89 86.11 -
YUV 119.7 196.45 88.99 -
System Red Green Blue C M Y K H S L
Decimal 65 124 241 0.73 0.49 0 0.05 219.89 0.86 0.6
Hex 41 7C F1 49 31 0 5 DC 56 3C
Octal 101 174 361 111 61 0 5 334 126 74
Binary 1000001 1111100 11110001 1001001 110001 0 101 11011100 1010110 111100

Color Harmonies of #417CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CF1

Black with #417CF1

Text Example


Text Example

White with #417CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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