#4170CF

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

Shades of Royal Blue #4170CF

Tints of Royal Blue #4170CF

Color information

#4170CF (or 0x4170CF) is unknown color: approx Royal Blue. HEX triplet: 41, 70 and CF. RGB value is (65,112,207). Sum of RGB (Red+Green+Blue) = 65+112+207=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #4170CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170CF is #BE8F30. Grayscale: #6C6C6C. Windows color (decimal): -12488497 or 13594689. OLE color: 13594689.

HSL color Cylindrical-coordinate representation of color #4170CF: hue angle of 220.14º 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 #4170CF is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65112207-
CMYK0.690.4600.19
HSL220.14º59.66%53.33%-
HSV(B)220.14º68.6%81.18%-
XYZ19.2417.2261.34-
YUV108.78183.4396.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.93%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 207 (81.25% from 255) = 53.91%
R=16.93%
G=29.17%
B=53.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651122070.690.4600.19220.1459.6653.33
Hex4170CF452E013dc3c35
Octal101160317105560233347465
Binary1000001111000011001111100010110111001001111011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4170CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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