Html Css Color HEX #417BFA Royal Blue

📋 copy color: '#417BFA'

red 65 ◦ green 123 ◦ blue 250

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

Shades of Royal Blue #417BFA

Tints of Royal Blue #417BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.08%

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

R = 14.84%
G = 28.08%
B = 57.08%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#417BFA (or 0x417BFA) is known color: Royal Blue. HEX triplet: 41, 7B and FA. RGB value is (65,123,250). Sum of RGB (Red+Green+Blue) = 65+123+250=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #417BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417BFA is #BE8405. Grayscale: #777777. Windows color (decimal): -12485638 or 16415553. OLE color: 16415553.

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

Color convert

RGB 65 123 250 -
CMYK 0.74 0.51 0 0.02
HSL 221.19º 0.95% 0.62% -
HSV(B) 221.19º 0.74% 0.98% -
XYZ 26.52 22.19 93.33 -
YUV 120.14 201.28 88.67 -
System Red Green Blue C M Y K H S L
Decimal 65 123 250 0.74 0.51 0 0.02 221.19 0.95 0.62
Hex 41 7B FA 4A 33 0 2 DD 5F 3E
Octal 101 173 372 112 63 0 2 335 137 76
Binary 1000001 1111011 11111010 1001010 110011 0 10 11011101 1011111 111110

Color Harmonies of #417BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BFA

Black with #417BFA

Text Example


Text Example

White with #417BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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