Html Css Color HEX #417CF4 Royal Blue

📋 copy color: '#417CF4'

red 65 ◦ green 124 ◦ blue 244

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

Shades of Royal Blue #417CF4

Tints of Royal Blue #417CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 56.35%

R = 15.01%
G = 28.64%
B = 56.35%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#417CF4 (or 0x417CF4) is known color: Royal Blue. HEX triplet: 41, 7C and F4. RGB value is (65,124,244). Sum of RGB (Red+Green+Blue) = 65+124+244=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #417CF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417CF4 is #BE830B. Grayscale: #777777. Windows color (decimal): -12485388 or 16022593. OLE color: 16022593.

HSL color Cylindrical-coordinate representation of color #417CF4: hue angle of 220.22º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #417CF4 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 124 244 -
CMYK 0.73 0.49 0 0.04
HSL 220.22º 0.89% 0.61% -
HSV(B) 220.22º 0.73% 0.96% -
XYZ 25.72 22.07 88.49 -
YUV 120.04 197.95 88.74 -
System Red Green Blue C M Y K H S L
Decimal 65 124 244 0.73 0.49 0 0.04 220.22 0.89 0.61
Hex 41 7C F4 49 31 0 4 DC 59 3D
Octal 101 174 364 111 61 0 4 334 131 75
Binary 1000001 1111100 11110100 1001001 110001 0 100 11011100 1011001 111101

Color Harmonies of #417CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CF4

Black with #417CF4

Text Example


Text Example

White with #417CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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