#4171CF

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

Shades of Royal Blue #4171CF

Tints of Royal Blue #4171CF

Color information

#4171CF (or 0x4171CF) is unknown color: approx Royal Blue. HEX triplet: 41, 71 and CF. RGB value is (65,113,207). Sum of RGB (Red+Green+Blue) = 65+113+207=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #4171CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4171CF is #BE8E30. Grayscale: #6C6C6C. Windows color (decimal): -12488241 or 13594945. OLE color: 13594945.

HSL color Cylindrical-coordinate representation of color #4171CF: hue angle of 219.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4171CF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65113207-
CMYK0.690.4500.19
HSL219.72º59.66%53.33%-
HSV(B)219.72º68.6%81.18%-
XYZ19.3517.4461.38-
YUV109.36183.196.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.88%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 207 (81.25% from 255) = 53.77%
R=16.88%
G=29.35%
B=53.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651132070.690.4500.19219.7259.6653.33
Hex4171CF452D013dc3c35
Octal101161317105550233347465
Binary1000001111000111001111100010110110101001111011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4171CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4171CF; }

 p { color: rgb(65,113,207); }

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

<style>
 a { background-color: #4171CF; }

 a { background-color: rgb(65,113,207); }

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

<style>
 span { border-color: #4171CF; }

 span { border-color: rgb(65,113,207); }

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