Html Css Color HEX #417AFC Royal Blue

📋 copy color: '#417AFC'

red 65 ◦ green 122 ◦ blue 252

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

Shades of Royal Blue #417AFC

Tints of Royal Blue #417AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 14.81%
G = 27.79%
B = 57.4%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#417AFC (or 0x417AFC) is known color: Royal Blue. HEX triplet: 41, 7A and FC. RGB value is (65,122,252). Sum of RGB (Red+Green+Blue) = 65+122+252=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #417AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417AFC is #BE8503. Grayscale: #777777. Windows color (decimal): -12485892 or 16546369. OLE color: 16546369.

HSL color Cylindrical-coordinate representation of color #417AFC: hue angle of 221.71º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417AFC is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 122 252 -
CMYK 0.74 0.52 0 0.01
HSL 221.71º 0.97% 0.62% -
HSV(B) 221.71º 0.74% 0.99% -
XYZ 26.71 22.07 94.95 -
YUV 119.78 202.62 88.93 -
System Red Green Blue C M Y K H S L
Decimal 65 122 252 0.74 0.52 0 0.01 221.71 0.97 0.62
Hex 41 7A FC 4A 34 0 1 DE 61 3E
Octal 101 172 374 112 64 0 1 336 141 76
Binary 1000001 1111010 11111100 1001010 110100 0 1 11011110 1100001 111110

Color Harmonies of #417AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AFC

Black with #417AFC

Text Example


Text Example

White with #417AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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