#4172FE

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

Shades of Royal Blue #4172FE

Tints of Royal Blue #4172FE

Color information

#4172FE (or 0x4172FE) is unknown color: approx Royal Blue. HEX triplet: 41, 72 and FE. RGB value is (65,114,254). Sum of RGB (Red+Green+Blue) = 65+114+254=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #4172FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4172FE is #BE8D01. Grayscale: #727272. Windows color (decimal): -12487938 or 16675393. OLE color: 16675393.

HSL color Cylindrical-coordinate representation of color #4172FE: hue angle of 224.44º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4172FE is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB65114254-
CMYK0.740.5500.00
HSL224.44º98.95%62.55%-
HSV(B)224.44º74.41%99.61%-
XYZ26.0920.3196.31-
YUV115.31206.2792.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.01%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 254 (99.61% from 255) = 58.66%
R=15.01%
G=26.33%
B=58.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal651142540.740.5500.00224.4498.9562.55
Hex4172FE4A3700e0633f
Octal101162376112670034014377
Binary1000001111001011111110100101011011100111000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4172FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4172FE; }

 p { color: rgb(65,114,254); }

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

<style>
 a { background-color: #4172FE; }

 a { background-color: rgb(65,114,254); }

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

<style>
 span { border-color: #4172FE; }

 span { border-color: rgb(65,114,254); }

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