Html Css Color HEX #417EFC Royal Blue

📋 copy color: '#417EFC'

red 65 ◦ green 126 ◦ blue 252

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

Shades of Royal Blue #417EFC

Tints of Royal Blue #417EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.44%

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

R = 14.67%
G = 28.44%
B = 56.88%

CMYK

 C value IS 0.74

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#417EFC (or 0x417EFC) is known color: Royal Blue. HEX triplet: 41, 7E and FC. RGB value is (65,126,252). Sum of RGB (Red+Green+Blue) = 65+126+252=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #417EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EFC is #BE8103. Grayscale: #797979. Windows color (decimal): -12484868 or 16547393. OLE color: 16547393.

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

Color convert

RGB 65 126 252 -
CMYK 0.74 0.5 0 0.01
HSL 220.43º 0.97% 0.62% -
HSV(B) 220.43º 0.74% 0.99% -
XYZ 27.21 23.07 95.11 -
YUV 122.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 65 126 252 0.74 0.5 0 0.01 220.43 0.97 0.62
Hex 41 7E FC 4A 32 0 1 DC 61 3E
Octal 101 176 374 112 62 0 1 334 141 76
Binary 1000001 1111110 11111100 1001010 110010 0 1 11011100 1100001 111110

Color Harmonies of #417EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EFC

Black with #417EFC

Text Example


Text Example

White with #417EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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