#4170FD

Color #4170FD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4170FD

Tints of Royal Blue #4170FD

Color information

#4170FD (or 0x4170FD) is unknown color: approx Royal Blue. HEX triplet: 41, 70 and FD. RGB value is (65,112,253). Sum of RGB (Red+Green+Blue) = 65+112+253=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #4170FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4170FD is #BE8F02. Grayscale: #717171. Windows color (decimal): -12488451 or 16609345. OLE color: 16609345.

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

Color convert

RGB65112253-
CMYK0.740.5600.01
HSL225º97.92%62.35%-
HSV(B)225º74.31%99.22%-
XYZ25.719.895.4-
YUV114.02206.4393.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.12%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 253 (99.22% from 255) = 58.84%
R=15.12%
G=26.05%
B=58.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal651122530.740.5600.0122597.9262.35
Hex4170FD4A3801e1623e
Octal101160375112700134114276
Binary1000001111000011111101100101011100001111000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4170FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4170FD;
 }
 .AnyTagClassName
 {
   color: #4170FD;
 }
</style>
background-color css

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

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

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

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

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

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