Html Css Color HEX #417AFB Royal Blue

📋 copy color: '#417AFB'

red 65 ◦ green 122 ◦ blue 251

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

Shades of Royal Blue #417AFB

Tints of Royal Blue #417AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 14.84%
G = 27.85%
B = 57.31%

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

#417AFB (or 0x417AFB) is known color: Royal Blue. HEX triplet: 41, 7A and FB. RGB value is (65,122,251). Sum of RGB (Red+Green+Blue) = 65+122+251=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #417AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417AFB is #BE8504. Grayscale: #777777. Windows color (decimal): -12485893 or 16480833. OLE color: 16480833.

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

Color convert

RGB 65 122 251 -
CMYK 0.74 0.51 0 0.02
HSL 221.61º 0.96% 0.62% -
HSV(B) 221.61º 0.74% 0.98% -
XYZ 26.55 22.01 94.12 -
YUV 119.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 65 122 251 0.74 0.51 0 0.02 221.61 0.96 0.62
Hex 41 7A FB 4A 33 0 2 DE 60 3E
Octal 101 172 373 112 63 0 2 336 140 76
Binary 1000001 1111010 11111011 1001010 110011 0 10 11011110 1100000 111110

Color Harmonies of #417AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AFB

Black with #417AFB

Text Example


Text Example

White with #417AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,122,251); }

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

background-color css

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

 a { background-color: rgb(65,122,251); }

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

border-color css

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

 span { border-color: rgb(65,122,251); }

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