Html Css Color HEX #4166FD Royal Blue

📋 copy color: '#4166FD'

red 65 ◦ green 102 ◦ blue 253

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

Shades of Royal Blue #4166FD

Tints of Royal Blue #4166FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 15.48%
G = 24.29%
B = 60.24%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4166FD (or 0x4166FD) is known color: Royal Blue. HEX triplet: 41, 66 and FD. RGB value is (65,102,253). Sum of RGB (Red+Green+Blue) = 65+102+253=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #4166FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4166FD is #BE9902. Grayscale: #6B6B6B. Windows color (decimal): -12491011 or 16606785. OLE color: 16606785.

HSL color Cylindrical-coordinate representation of color #4166FD: hue angle of 228.19º degrees, saturation: 0.98, 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 #4166FD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 102 253 -
CMYK 0.74 0.60 0 0.01
HSL 228.19º 0.98% 0.62% -
HSV(B) 228.19º 0.74% 0.99% -
XYZ 24.66 17.72 95.05 -
YUV 108.15 209.74 97.22 -
System Red Green Blue C M Y K H S L
Decimal 65 102 253 0.74 0.60 0 0.01 228.19 0.98 0.62
Hex 41 66 FD 4A 3C 0 1 E4 62 3E
Octal 101 146 375 112 74 0 1 344 142 76
Binary 1000001 1100110 11111101 1001010 111100 0 1 11100100 1100010 111110

Color Harmonies of #4166FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4166FD

Black with #4166FD

Text Example


Text Example

White with #4166FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4166FD; }

 p { color: rgb(65,102,253); }

 H1.HeaderClassName
 {
   color: #4166FD;
 }
 .AnyTagClassName
 {
   color: #4166FD;
 }
</style>

background-color css

<style>
 a { background-color: #4166FD; }

 a { background-color: rgb(65,102,253); }

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

border-color css

<style>
 span { border-color: #4166FD; }

 span { border-color: rgb(65,102,253); }

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