Html Css Color HEX #417CFA Royal Blue

📋 copy color: '#417CFA'

red 65 ◦ green 124 ◦ blue 250

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

Shades of Royal Blue #417CFA

Tints of Royal Blue #417CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.95%

R = 14.81%
G = 28.25%
B = 56.95%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#417CFA (or 0x417CFA) is known color: Royal Blue. HEX triplet: 41, 7C and FA. RGB value is (65,124,250). Sum of RGB (Red+Green+Blue) = 65+124+250=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #417CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417CFA is #BE8305. Grayscale: #787878. Windows color (decimal): -12485382 or 16415809. OLE color: 16415809.

HSL color Cylindrical-coordinate representation of color #417CFA: hue angle of 220.86º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417CFA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 124 250 -
CMYK 0.74 0.50 0 0.02
HSL 220.86º 0.95% 0.62% -
HSV(B) 220.86º 0.74% 0.98% -
XYZ 26.64 22.44 93.37 -
YUV 120.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 65 124 250 0.74 0.50 0 0.02 220.86 0.95 0.62
Hex 41 7C FA 4A 32 0 2 DD 5F 3E
Octal 101 174 372 112 62 0 2 335 137 76
Binary 1000001 1111100 11111010 1001010 110010 0 10 11011101 1011111 111110

Color Harmonies of #417CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CFA

Black with #417CFA

Text Example


Text Example

White with #417CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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