Html Css Color HEX #4170FD Royal Blue

📋 copy color: '#4170FD'

red 65 ◦ green 112 ◦ blue 253

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

Shades of Royal Blue #4170FD

Tints of Royal Blue #4170FD

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 value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4170FD (or 0x4170FD) is known color: 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

RGB 65 112 253 -
CMYK 0.74 0.56 0 0.01
HSL 225º 0.98% 0.62% -
HSV(B) 225º 0.74% 0.99% -
XYZ 25.7 19.8 95.4 -
YUV 114.02 206.43 93.04 -
System Red Green Blue C M Y K H S L
Decimal 65 112 253 0.74 0.56 0 0.01 225 0.98 0.62
Hex 41 70 FD 4A 38 0 1 E1 62 3E
Octal 101 160 375 112 70 0 1 341 142 76
Binary 1000001 1110000 11111101 1001010 111000 0 1 11100001 1100010 111110

Color Harmonies of #4170FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170FD

Black with #4170FD

Text Example


Text Example

White with #4170FD

Text Example


Text Example

HTML Codes & Css Web 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>