Html Css Color HEX #417FFA Royal Blue

📋 copy color: '#417FFA'

red 65 ◦ green 127 ◦ blue 250

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

Shades of Royal Blue #417FFA

Tints of Royal Blue #417FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.73%

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

R = 14.71%
G = 28.73%
B = 56.56%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#417FFA (or 0x417FFA) is known color: Royal Blue. HEX triplet: 41, 7F and FA. RGB value is (65,127,250). Sum of RGB (Red+Green+Blue) = 65+127+250=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #417FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FFA is #BE8005. Grayscale: #797979. Windows color (decimal): -12484614 or 16416577. OLE color: 16416577.

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

Color convert

RGB 65 127 250 -
CMYK 0.74 0.49 0 0.02
HSL 219.89º 0.95% 0.62% -
HSV(B) 219.89º 0.74% 0.98% -
XYZ 27.02 23.2 93.5 -
YUV 122.48 199.96 87 -
System Red Green Blue C M Y K H S L
Decimal 65 127 250 0.74 0.49 0 0.02 219.89 0.95 0.62
Hex 41 7F FA 4A 31 0 2 DC 5F 3E
Octal 101 177 372 112 61 0 2 334 137 76
Binary 1000001 1111111 11111010 1001010 110001 0 10 11011100 1011111 111110

Color Harmonies of #417FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FFA

Black with #417FFA

Text Example


Text Example

White with #417FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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