#205FF1

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

Shades of Royal Blue #205FF1

Tints of Royal Blue #205FF1

Color information

#205FF1 (or 0x205FF1) is unknown color: approx Royal Blue. HEX triplet: 20, 5F and F1. RGB value is (32,95,241). Sum of RGB (Red+Green+Blue) = 32+95+241=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #205FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FF1 is #DFA00E. Grayscale: #5C5C5C. Windows color (decimal): -14655503 or 15818528. OLE color: 15818528.

HSL color Cylindrical-coordinate representation of color #205FF1: hue angle of 221.91º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205FF1 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3295241-
CMYK0.870.6100.05
HSL221.91º88.19%53.53%-
HSV(B)221.91º86.72%94.51%-
XYZ20.5714.8485-
YUV92.81211.6384.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.70%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 241 (94.53% from 255) = 65.49%
R=8.70%
G=25.82%
B=65.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal32952410.870.6100.05221.9188.1953.53
Hex205FF1573D05de5836
Octal40137361127750533613066
Binary10000010111111111000110101111111010101110111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205FF1; }

 p { color: rgb(32,95,241); }

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

<style>
 a { background-color: #205FF1; }

 a { background-color: rgb(32,95,241); }

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

<style>
 span { border-color: #205FF1; }

 span { border-color: rgb(32,95,241); }

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